Skip to content

Commit 89f164d

Browse files
committed
ci: Build all branches
So I don't have to open a pr just to get a build on a branch that I'm going to merge locally anyway
1 parent ee82e95 commit 89f164d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: build-main
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- "**"
67

78
jobs:
89
ci:

0 commit comments

Comments
 (0)