fix: main, not master

This commit is contained in:
2025-02-18 21:21:44 -05:00
parent 804743d2df
commit 0a3be5336b

View File

@@ -51,6 +51,6 @@ jobs:
working-directory: ./terraform
- name: Terraform Apply
if: ${{ (steps.check_changes.outputs.changes == 'true') && (github.ref == 'refs/heads/master') }}
if: ${{ (steps.check_changes.outputs.changes == 'true') && (github.ref == 'refs/heads/main') }}
run: terraform apply -auto-approve tfplan
working-directory: ./terraform