diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index e4de085404..7d4f23d679 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -18,12 +18,12 @@ jobs: steps: - - name: Assert main branch - run: | - if [ "${{ github.ref_name }}" != "main" ]; then - echo "👎 Not the main branch" - exit 1 - fi + # - name: Assert main branch + # run: | + # if [ "${{ github.ref_name }}" != "main" ]; then + # echo "👎 Not the main branch" + # exit 1 + # fi - name: Check out the code uses: actions/checkout@v4