From d7e9e6603bda25f9927c361321cc51cd30389e74 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 27 Jul 2021 01:01:12 -0700 Subject: [PATCH] Fix actions for branches with in the name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b11b5eac..7703906e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: Build Cloud on: push: - branches: "*" - tags-ignore: [ "*" ] + branches: [ "**" ] + tags-ignore: [ "**" ] pull_request: release: types: [ released ]