Skip to content

Commit

Permalink
GitHub actions CI: run on push events
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Feb 3, 2024
1 parent ae99ddc commit f4743c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
pull_request: # Run CI for PRs on any branch
merge_group:

Expand Down

0 comments on commit f4743c1

Please sign in to comment.