Skip to content

Commit 184f34e

Browse files
committed
Run check-uniq-keep-ids in PRs as well
Motivation: check for external contributors
1 parent bf5b138 commit 184f34e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-uniq-keep-ids.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- 'rr/**' # "rr" stands for "remote run"
77
- 'main'
8+
pull_request:
9+
branches: [ "main" ]
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)