We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fa29a commit a953f33Copy full SHA for a953f33
1 file changed
.github/workflows/enforce-groovy-migration.yaml
@@ -4,6 +4,7 @@ on:
4
types: [opened, edited, ready_for_review, labeled, unlabeled, synchronize]
5
branches:
6
- master
7
+ - 'release/v*'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments