Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit b92d270

Browse files
authored
fix build workflow to really accept any branch (#500)
1 parent ff871d9 commit b92d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [master, "*"]
5+
branches: [master, "**"]
66

77
env:
88
# increment it in case if you need to reset cache

0 commit comments

Comments
 (0)