Skip to content

Commit b8fe41b

Browse files
authored
build: run build workflow for pull requests
1 parent 9901d4e commit b8fe41b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
pull_request: {}
78

89
jobs:
910
build:
@@ -32,4 +33,4 @@ jobs:
3233
name: test-report
3334
path: |
3435
*/build/test-results
35-
*/build/reports
36+
*/build/reports

0 commit comments

Comments
 (0)