Skip to content

Commit

Permalink
Add main branch to CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx committed Apr 21, 2021
1 parent 9c2ec99 commit e47900c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- 'master'
- 'main'
- 'release-*'
# in addition, execute for pull requests to those branches
pull_request:
branches:
- 'master'
- 'main'
- 'release-*'
defaults:
run:
Expand Down

0 comments on commit e47900c

Please sign in to comment.