From 541b3c8952d164e0a852b38ca358e263403419d4 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Fri, 15 Apr 2022 11:10:11 -0700 Subject: [PATCH] Fix it so CI runs on branches with '/' in name (#62) --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd053af..b66da21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,8 @@ name: CI on: push: - branches: - - '*' - - '!main' + branches-ignore: + - 'main' env: BUILDER_VERSION: v0.8.18