Skip to content

Commit

Permalink
feat: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBLopes committed Sep 10, 2024
1 parent d6a24c3 commit 16d8eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
terraform init
terraform apply -auto-approve

0 comments on commit 16d8eb7

Please sign in to comment.