Skip to content

Commit

Permalink
Don't trigger on push events
Browse files Browse the repository at this point in the history
When a pull request is merged, it causes a push event on the main
branch, which ends up causing this workflow to be executed twice when
the merge occurs.
  • Loading branch information
mhucka committed Feb 9, 2025
1 parent aaf2c3a commit 869df1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ on:
types:
- checks_requested

push:
branches:
- master

# Allow manual invocation.
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 869df1d

Please sign in to comment.