Skip to content

Commit

Permalink
add terraform apply back to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Sep 26, 2024
1 parent 6d7ab65 commit 7e2d8bd
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 @@ -60,5 +60,5 @@ jobs:
DEPLOYMENT_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

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

0 comments on commit 7e2d8bd

Please sign in to comment.