Fix it so CI runs on branches with '/' in name (#62)

This commit is contained in:
Michael Graeb
2022-04-15 11:10:11 -07:00
committed by GitHub
parent 09a84b7a52
commit 541b3c8952
+2 -3
View File
@@ -2,9 +2,8 @@ name: CI
on:
push:
branches:
- '*'
- '!main'
branches-ignore:
- 'main'
env:
BUILDER_VERSION: v0.8.18