Skip to content

Commit

Permalink
fix(github-actions): only trigger dependabot automerge step on pull r…
Browse files Browse the repository at this point in the history
…equests
  • Loading branch information
patrickcate committed Jun 17, 2022
1 parent b2c14f2 commit 2d7030d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
file: ./coverage/lcov.info

- name: Automatically merge dependabot updates
if: github.event_name == 'pull_request'
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
Expand Down

0 comments on commit 2d7030d

Please sign in to comment.