From ac22ae9beff884df567e12f1d856eb7694c3647d Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Tue, 28 Jun 2022 17:49:36 -0400 Subject: [PATCH] Fix GitHub Action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a08bed..89c4c77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: bundle exec terraspace all plan deploy-uat: - if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' + if: github.event.ref == 'refs/heads/main' needs: [unit-tests] runs-on: ubuntu-20.04 environment: