diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1721b56..875e4a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file