From 0a3be5336b6cfb240f3b08ccf7114a6cf6bbb5a3 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 18 Feb 2025 21:21:44 -0500 Subject: [PATCH] fix: main, not master --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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