Skip to content

Commit 87d3357

Browse files
committed
Run Makefile CI github action on all branches
1 parent 9b9b474 commit 87d3357

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Makefile CI
22
on:
3-
push:
4-
branches: [ "master" ]
5-
pull_request:
6-
branches: [ "master" ]
3+
push: {}
4+
pull_request: {}
75
jobs:
86
build:
97
strategy:

0 commit comments

Comments
 (0)