Skip to content

Commit

Permalink
bugfix of testing.yml file
Browse files Browse the repository at this point in the history
debpal committed Sep 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a53aeaa commit eb28aca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -6,15 +6,11 @@ on:
- master # Your branch name
paths:
- '**/*.py' # Trigger only for changes in Python files
paths-ignore:
- 'docs/conf.py' # Ignore changes to this specific file
pull_request:
branches:
- master # Your branch name
paths:
- '**/*.py' # Trigger only for changes in Python files
paths-ignore:
- 'docs/conf.py' # Ignore changes to this specific file

jobs:
build:

0 comments on commit eb28aca

Please sign in to comment.