Skip to content

Commit

Permalink
Add pull_request event
Browse files Browse the repository at this point in the history
It's not totally clear how GH selects the right event, but I think we need pull_request to be part of the `on` for the event_name to trigger.
  • Loading branch information
joehoyle committed Mar 5, 2024
1 parent 82ce023 commit cdee388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "**"
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit cdee388

Please sign in to comment.