Skip to content

Commit b3fb439

Browse files
committed
fix wrong branch
1 parent 5401c1a commit b3fb439

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/label-signing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Check Signed PR
22
on:
33
pull_request:
44
branches:
5-
- 'dev'
6-
push:
7-
branches:
8-
- 'dev'
5+
- 'develop'
6+
- '4.*'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)