Skip to content

Commit b600566

Browse files
authored
Update update_challenge_progress.yml
1 parent f011431 commit b600566

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
pull_request:
55
types:
66
- closed
7-
push:
8-
branches:
9-
- main
107
workflow_dispatch:
118

129
jobs:
1310
update_progress:
14-
# if: github.event.pull_request.merged == true
11+
if: github.event.pull_request.merged == true
1512
runs-on: ubuntu-latest
1613
steps:
1714
- name: Checkout Repository

0 commit comments

Comments
 (0)