Skip to content

Commit bf51e26

Browse files
committed
ci: also run workflow on pull_request events
(cherry picked from commit ffe0c0f)
1 parent ccf8ce6 commit bf51e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'Build'
2-
on: 'push'
2+
on:
3+
- 'push'
4+
- 'pull_request'
35
jobs:
46
linux:
57
name: "Linux"

0 commit comments

Comments
 (0)