Skip to content

Commit 61d4ae5

Browse files
Update private-dataminer-cicd-devopsexercise.yml
Change trigger to allow re-open of PR's.
1 parent cf3421f commit 61d4ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/private-dataminer-cicd-devopsexercise.yml

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

0 commit comments

Comments
 (0)