Skip to content

Commit

Permalink
CI: Add path to trigger installers CI when modifying related files th…
Browse files Browse the repository at this point in the history
…at are not docs
  • Loading branch information
dalthviz committed Jul 5, 2022
1 parent 1701b5c commit dd368e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/installer-macos.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
on:
pull_request:
paths:
- 'installers/macOS/**'
- '.github/workflows/installer-macos.yml'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
- '**.sh'
- '!**.md'
- '!installers/Windows/**'
- '!.github/workflows/installer-win.yml'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/installer-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
on:
pull_request:
paths:
- 'installers/Windows/**'
- '.github/workflows/installer-win.yml'
- 'requirements/*.yml'
- 'MANIFEST.in'
- '**.bat'
- '**.py'
- '**.sh'
- '!**.md'
- '!installers/macOS/**'
- '!.github/workflows/installer-macos.yml'

Expand Down

0 comments on commit dd368e6

Please sign in to comment.