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