We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f14c4 commit 386b150Copy full SHA for 386b150
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Exercise Workflow
3
# Controls when the workflow will run
4
on:
5
# Triggers the workflow on pull request events
6
- pull_request:
+ pull_request_target:
7
types: [opened]
8
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
9
jobs:
0 commit comments