Skip to content

Commit da3c4b3

Browse files
authored
Merge pull request #428 from FlowFuse/ci-exclude-installer-in-da-workflows
ci: Skip "Default Build & Test" workflow on installer changes
2 parents 75ed5cd + 0589316 commit da3c4b3

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)