From e4dda7901925f32da8375e6753d44294216ca9ea Mon Sep 17 00:00:00 2001 From: Michael Peyper Date: Thu, 11 Mar 2021 22:09:59 +1100 Subject: [PATCH] chore: fix condition on release workflow --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 11a0bfa..80e3a10 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -43,7 +43,7 @@ jobs: needs: main runs-on: ubuntu-latest if: - ${{ github.repository == 'testing-library/react-hooks-testing-library' && + ${{ github.repository == 'OpenSourceRaidGuild/babel-vite' && contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) && github.event_name == 'push' }} steps: