We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885b62c commit 25ec11bCopy full SHA for 25ec11b
.github/workflows/6-merge-your-pull-request.yml
@@ -1,9 +1,11 @@
1
name: Step 6
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- main
7
+ types:
8
+ - closed
9
10
permissions:
11
contents: write
@@ -24,7 +26,7 @@ jobs:
24
26
runs-on: ubuntu-latest
25
27
if: |
28
!github.event.repository.is_template &&
- github.head_ref == 'start-blog' &&
29
+ github.head_ref == 'update-game' &&
30
github.event.pull_request.merged == true
31
env:
32
ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}
0 commit comments