Skip to content

Commit 5da103c

Browse files
authored
Update branches for push event in build.yml
Since dev branches are typically ongoing PRs, the PR trigger would be enough and avoid building twice on each push. Release and feature branches might not have ongoing or pending PRs so it makes sense to build on push there.
1 parent d00364f commit 5da103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- Release
1313
- Debug
1414
push:
15-
branches: [ main, dev, 'dev/*', 'feature/*', 'rel/*' ]
15+
branches: [ main, 'feature/*', 'rel/*' ]
1616
paths-ignore:
1717
- changelog.md
1818
- readme.md

0 commit comments

Comments
 (0)