Skip to content

Commit c96908a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Makefile CI
22
on:
33
push:
4-
branches: [ "master" ]
4+
branches: {}
55
pull_request:
6-
branches: [ "master" ]
6+
branches: {}
77
jobs:
88
build:
99
strategy:

0 commit comments

Comments
 (0)