Skip to content

Commit

Permalink
Automatically build from dev/* branches too
Browse files Browse the repository at this point in the history
If multiple dev branches are used in a repo, we want to build them too
  • Loading branch information
kzu authored Oct 20, 2022
1 parent 9dc1ae2 commit 6d3dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: build
on:
workflow_dispatch:
push:
branches: [ main, dev, 'feature/*', 'rel/*' ]
branches: [ main, dev, 'dev/*', 'feature/*', 'rel/*' ]
paths-ignore:
- changelog.md
- code-of-conduct.md
Expand Down

0 comments on commit 6d3dd85

Please sign in to comment.