From 3b11fe74f68270250ffef5b201c222e52b30d6e9 Mon Sep 17 00:00:00 2001 From: Bahr Date: Tue, 3 Oct 2023 13:53:39 +0400 Subject: [PATCH] master to main --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 178e545..186f2fd 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -571,11 +571,11 @@ jobs: steps: - run: echo "If this is hit, all tests successfully passed" - # runs on push to master only + # runs on push to main only cd: name: Publish Action needs: [ci_all_tests_passed] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout