diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d700c4d..e87e372 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: push: branches: - "main" + - "yannic-tag-main" env: BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -26,7 +27,7 @@ jobs: runs-on: ubuntu-latest # needs: # - test - # if: github.ref == 'refs/heads/yannic-tag-main' + if: github.ref == 'refs/heads/yannic-tag-main' steps: - uses: actions/checkout@v4