We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dd566c + b296b1b commit 5d23f46Copy full SHA for 5d23f46
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request_target:
+ pull_request:
8
types:
9
- opened
10
- synchronize
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
commit-lint:
17
- if: ${{ github.event_name == 'pull_request_target' }}
+ if: ${{ github.event_name == 'pull_request' }}
18
uses: ./.github/workflows/commitlint.yml
19
lint:
20
uses: ./.github/workflows/lint.yml
0 commit comments