Skip to content

Commit 478559c

Browse files
committed
fix to filter merge only
1 parent b5f2fd6 commit 478559c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/4-merge-your-pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Step 4
22

33
on:
4-
push:
4+
pull_request:
5+
types:
6+
- closed
57
branches:
68
- main
79

@@ -15,6 +17,7 @@ env:
1517

1618
jobs:
1719
find_exercise:
20+
if: github.event.pull_request.merged == true
1821
name: Find Exercise Issue
1922
uses: skills/exercise-toolkit/.github/workflows/[email protected]
2023

0 commit comments

Comments
 (0)