From 727956104640741cb5632b9da6afe094479bf8df Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Fri, 15 Apr 2022 11:07:16 -0700 Subject: [PATCH] Fix it so CI runs on branches with '/' in name (#900) --- .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 63656cebe..86fd6184a 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.9.15