From b8934c6a34ecae6655d97f94d11cd8df9325145f Mon Sep 17 00:00:00 2001 From: Vitalik Gordon Date: Sun, 3 Mar 2024 17:49:50 -0600 Subject: [PATCH] fix: deploy branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc5cf9..6ef3090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: runs-on: ubuntu-22.04 needs: test - # Run only on pushing to main - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + # Run only on pushing to master + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} steps: - name: checkout