Skip to content

Commit

Permalink
CI: Update path restrictions to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jul 5, 2022
1 parent c6baf2d commit 5d44284
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/installer-macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
on:
pull_request:
paths:
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
- '**.sh'
- '!installers/Windows/**'
- '!.github/workflows/installer-win.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
pull_request:
paths:
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand All @@ -25,7 +25,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand All @@ -25,7 +25,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand All @@ -25,7 +25,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand All @@ -25,7 +25,7 @@ on:
paths:
- '.github/scripts/*.sh'
- '.github/workflows/*.yml'
- 'requirements/*.txt'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
Expand Down

0 comments on commit 5d44284

Please sign in to comment.