Skip to content

Commit f21e142

Browse files
committed
Make GH actions run on any push
1 parent c9e7558 commit f21e142

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: build
2-
on:
3-
push:
4-
branches: [ "master" ]
5-
pull_request:
6-
branches: [ "master" ]
7-
2+
on: push
83
jobs:
94
specs:
105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)