diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e76dd16..466922b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,12 +30,13 @@ jobs: name: Build & Push to Registry runs-on: ubuntu-latest needs: test - if: contains(github.ref, 'refs/tags/v') steps: - name: Debug ref run: | echo "github.ref = ${{ github.ref }}" echo "GITHUB_REF = $GITHUB_REF" + echo "github.event_name = ${{ github.event_name }}" + exit 1 - name: Checkout code uses: actions/checkout@v4