From f52239f9f86bd25d7a6d01cd82d6efe0821ba284 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 30 Aug 2023 15:49:03 -0600 Subject: [PATCH] test this --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3deef7..eca728c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: name: Deploy release runs-on: ubuntu-latest needs: [ build ] - if: startsWith(github.ref, 'refs/tags/') + if: github.event_name == 'push' && (github.ref == 'refs/heads/main') steps: - name: Check out files uses: actions/checkout@v3.5.3