We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5401c1a commit b3fb439Copy full SHA for b3fb439
1 file changed
.github/workflows/label-signing.yml
@@ -2,10 +2,8 @@ name: Check Signed PR
2
on:
3
pull_request:
4
branches:
5
- - 'dev'
6
- push:
7
- branches:
8
+ - 'develop'
+ - '4.*'
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments