From d3bb3dce96b74f55dc2be1f159c7703497730c88 Mon Sep 17 00:00:00 2001 From: Ronald Pandolfi Date: Mon, 1 May 2023 16:24:22 -0700 Subject: [PATCH] Revert to not checking branch before deploy --- .github/workflows/berteley-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/berteley-CI.yml b/.github/workflows/berteley-CI.yml index d7297aa..f512f81 100644 --- a/.github/workflows/berteley-CI.yml +++ b/.github/workflows/berteley-CI.yml @@ -44,7 +44,7 @@ jobs: verbose: true deploy: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') needs: test runs-on: ubuntu-latest steps: