From ed8b05e8484a2f1df884df287492c819fbcb4654 Mon Sep 17 00:00:00 2001 From: jin Date: Thu, 29 Feb 2024 14:10:25 +0300 Subject: [PATCH] rebranch --- .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 a2adf3b..535a086 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: package: 'hyoo/meme' - name: Deploy on GitHub Pages - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' uses: alex-page/blazing-fast-gh-pages-deploy@v1.1.0 with: repo-token: ${{ secrets.GH_PAT }}