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.
2 parents 4579723 + f74fb8a commit df2a6b2Copy full SHA for df2a6b2
.github/workflows/ci.yml
@@ -1,8 +1,9 @@
1
name: "ci"
2
3
on:
4
- pull_request_target:
5
- types: [opened, synchronize, reopened]
+ pull_request:
+ branches:
6
+ - "main"
7
workflow_dispatch:
8
9
jobs:
0 commit comments