Skip to content

Commit

Permalink
Run CI/CD on push to all branches that start with master
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 4, 2022
1 parent 3597e51 commit 4540043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on:
push:
branches:
- master
- 'master*'
- 'devel-*'
tags:
- '*'
Expand Down

0 comments on commit 4540043

Please sign in to comment.