Skip to content

Commit e007029

Browse files
authored
Merge pull request #77 from ether/fix/automerge-event-condition
fix: automerge workflow event condition
2 parents eb0e7f9 + 5a46015 commit e007029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
automerge:
1414
if: >
1515
github.event.workflow_run.conclusion == 'success' &&
16-
github.event.workflow_run.event == 'pull_request' &&
16+
github.event.workflow_run.event == 'push' &&
1717
github.event.workflow_run.actor.login == 'dependabot[bot]'
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)