Skip to content

Commit 7e58ac3

Browse files
committed
github: build on push
1 parent 12c67ad commit 7e58ac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: build
33
on:
44
pull_request:
55
types: [opened]
6-
release:
7-
types:
8-
- created
6+
push:
7+
branches:
8+
- master
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)