Skip to content

Commit 9f373f9

Browse files
authored
Merge pull request #173 from modelix/bugfix/MODELIX-471_fix_duplicate_pipelines
ci: avoid duplicate builds in PRs
2 parents c26282f + 84a2892 commit 9f373f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Build
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'main'
77
pull_request: {}
8+
# allow manual execution just in case
9+
workflow_dispatch:
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)