Skip to content

Commit

Permalink
installers and setups workflows only run when changes under /installe…
Browse files Browse the repository at this point in the history
…rs is done.

Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
  • Loading branch information
michael-valdron committed Jun 26, 2022
1 parent 317bbb9 commit 0bed4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test Installers
on:
push:
branches: [ main ]
paths:
- "installers/**"
pull_request:
branches: [ main ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-setups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test Setups
on:
push:
branches: [ main ]
paths:
- "installers/**"
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 0bed4c8

Please sign in to comment.