Skip to content

Commit

Permalink
trigger CI only when the specific workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weber authored and Lucas Weber committed Apr 19, 2024
1 parent 78bf78f commit 2986060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'changepoynt/**'
- 'tests/**'
- '.github/**'
- '.github/workflows/test_pypi.yml'
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'changepoynt/**'
- 'tests/**'
- '.github/**'
- '.github/workflows/tests.yml'
pull_request:

jobs:
Expand Down

0 comments on commit 2986060

Please sign in to comment.