From 2f6266ef623ec02dc3be7ebb0d074ce7537ae6c2 Mon Sep 17 00:00:00 2001 From: 1BADragon <6611786+1BADragon@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:58:25 -0700 Subject: [PATCH] Attempt to fix deploy job --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3afebc3..cdaba9e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: test-all - if: success() && github.ref == 'refs/heads/master' + if: success() && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3