From 2ea2dd813ff20547d7eebe4aa0ef3f969a2c2a5d Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Sat, 29 Jun 2024 05:14:32 -0500 Subject: [PATCH] Fix deploy action old branch ref --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18470ae..ec0fc71 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ run-name: "${{ github.actor }} is deploying ${{ github.sha }}" on: push: branches: - - 'master' + - 'main' jobs: build: runs-on: ubuntu-latest @@ -36,4 +36,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4