Skip to content

Commit 2463dd9

Browse files
committed
build.yml: Allow all pushes to run the workflow.
This allows contributors to see how the tests are doing in their forks.
1 parent daab62f commit 2463dd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: build
55

66
on:
77
push:
8-
branches: [ master ]
98
pull_request:
109
branches: [ master ]
1110
workflow_dispatch:

0 commit comments

Comments
 (0)