Skip to content

Commit d99142e

Browse files
authored
Fix it so CI runs on branches with '/' in name (#415)
1 parent 732ab98 commit d99142e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches:
6-
- "*"
7-
- "!main"
5+
branches-ignore:
6+
- 'main'
87

98
env:
109
BUILDER_VERSION: v0.8.29

0 commit comments

Comments
 (0)