Skip to content

Commit 5401c1a

Browse files
committed
added specified branch
1 parent 49852f0 commit 5401c1a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/label-signing.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Check Signed PR
2-
on: pull_request
2+
on:
3+
pull_request:
4+
branches:
5+
- 'dev'
6+
push:
7+
branches:
8+
- 'dev'
39

410
concurrency:
511
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)