diff --git a/.gitea/workflows/PreRelease.yaml b/.gitea/workflows/PreRelease.yaml index dfa8d17..5f98baa 100644 --- a/.gitea/workflows/PreRelease.yaml +++ b/.gitea/workflows/PreRelease.yaml @@ -8,7 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: ${{ gitea.ref == 'refs/tags/*-origin/develop' }} + if: false strategy: matrix: dotnet: [ '8.0.405' ]