We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ef971 commit e5bd6bfCopy full SHA for e5bd6bf
.github/workflows/commit-check.yml
@@ -3,6 +3,8 @@ name: Commit Check
3
on:
4
pull_request:
5
branches: 'main'
6
+ pull_request_target: # for external forks
7
+ branches: 'main'
8
workflow_dispatch:
9
10
jobs:
0 commit comments