Skip to content

Commit 0961469

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 0961469

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: build-main
1+
name: build-branches
22

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

78
jobs:
89
ci:

0 commit comments

Comments
 (0)