Skip to content

Commit d3b3ff1

Browse files
authored
Fix it so CI runs on branches with '/' in name (#74)
1 parent 5f958d6 commit d3b3ff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

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

99
env:
1010
BUILDER_VERSION: v0.9.15

0 commit comments

Comments
 (0)