Skip to content

Commit

Permalink
fix(ci): add missing trigger to ensure automatic merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Apr 9, 2022
1 parent 4ae1687 commit 28f76c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Binaries
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
push:

jobs:
Expand Down

0 comments on commit 28f76c7

Please sign in to comment.