Skip to content

Commit

Permalink
Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Jun 28, 2022
1 parent b5d1fe0 commit ac22ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac22ae9

Please sign in to comment.