We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3421f commit 61d4ae5Copy full SHA for 61d4ae5
.github/workflows/private-dataminer-cicd-devopsexercise.yml
@@ -4,7 +4,7 @@ name: Exercise Workflow
4
on:
5
# Triggers the workflow on pull request events
6
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:
10
0 commit comments