Skip to content

Commit

Permalink
Merge pull request #27 from enricogoerlitz/dev
Browse files Browse the repository at this point in the history
terraform cd updated
  • Loading branch information
enricogoerlitz authored Jun 15, 2024
2 parents 4429177 + 4009e20 commit f62f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
run: exit 1

- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'pull_request'
run: terraform apply -auto-approve -input=false

0 comments on commit f62f137

Please sign in to comment.