Skip to content

Commit 386b150

Browse files
Update main.yml
1 parent 57f14c4 commit 386b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Exercise Workflow
33
# Controls when the workflow will run
44
on:
55
# Triggers the workflow on pull request events
6-
pull_request:
6+
pull_request_target:
77
types: [opened]
88
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
99
jobs:

0 commit comments

Comments
 (0)