Skip to content

Commit

Permalink
ci: also run workflow on pull_request events
Browse files Browse the repository at this point in the history
(cherry picked from commit ffe0c0f)
  • Loading branch information
lmichaelis committed Nov 17, 2022
1 parent ccf8ce6 commit bf51e26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: 'Build'
on: 'push'
on:
- 'push'
- 'pull_request'
jobs:
linux:
name: "Linux"
Expand Down

0 comments on commit bf51e26

Please sign in to comment.