We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f2fd6 commit 478559cCopy full SHA for 478559c
.github/workflows/4-merge-your-pull-request.yml
@@ -1,7 +1,9 @@
1
name: Step 4
2
3
on:
4
- push:
+ pull_request:
5
+ types:
6
+ - closed
7
branches:
8
- main
9
@@ -15,6 +17,7 @@ env:
15
17
16
18
jobs:
19
find_exercise:
20
+ if: github.event.pull_request.merged == true
21
name: Find Exercise Issue
22
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
23
0 commit comments