We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875e958 commit 9c536b1Copy full SHA for 9c536b1
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,9 @@
1
name: CI
2
on:
3
push:
4
- branches: [master]
+ branches:
5
+ - master
6
+ - release-* # Added only on this branch
7
pull_request:
8
types: [opened, synchronize, reopened]
9
jobs:
0 commit comments