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 3afa6ad commit c5cc485Copy full SHA for c5cc485
.github/workflows/1-create-a-pr.yml
@@ -1,7 +1,7 @@
1
name: Step 1
2
3
on:
4
- pull_request_target:
+ pull_request_target: # Triggered when a PR is opened or synchronized even if there is a merge conflict unlike pull_request
5
branches: [main]
6
types: [opened]
7
0 commit comments