Skip to content

Commit 0589316

Browse files
committed
Skip "Default Build & Test" workflow on installer changes
1 parent f54b18b commit 0589316

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Default Build & Test
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '.github/workflows/installer-build.yaml'
8+
- 'installer/**'
69
pull_request:
710
branches: [ main ]
11+
paths-ignore:
12+
- '.github/workflows/installer-build.yaml'
13+
- 'installer/**'
814

915
jobs:
1016
build:

0 commit comments

Comments
 (0)