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