Skip to content

Commit 883b73d

Browse files
installers and setups workflows only run when changes under /installers is done.
Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
1 parent 317bbb9 commit 883b73d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Installers
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- "installers/**"
68
pull_request:
79
branches: [ main ]
810

.github/workflows/test-setups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Setups
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- "installers/*_setup.sh"
68
pull_request:
79
branches: [ main ]
810

0 commit comments

Comments
 (0)