From 779d9cefdde85358dab6c00a188d09583bce7e03 Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 21:03:05 -0500 Subject: [PATCH] fix: Update CI pipeline --- .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 4d31243..c8d68fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: python3 sources/main.py - name: Save Branch Name Without Slashes 📛 - if: ${{ github.ref != 'refs/heads/master' }} + if: ${{ github.ref != 'refs/heads/main' }} env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} run: | @@ -72,7 +72,7 @@ jobs: - name: Upload Artifact 📦 uses: https://github.com/actions/upload-artifact@v3 - if: ${{ github.ref != 'refs/heads/master' }} + if: ${{ github.ref != 'refs/heads/main' }} with: name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }} path: assets