diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index cff8672..a178112 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -22,6 +22,7 @@ jobs: runs-on: ubuntu-latest container: ascee/ubuntu_build:latest needs: Build-Test-Ubuntu + if: gitea.ref == 'refs/heads/master' steps: - name: Release uses: https://gitea.com/actions/release-action@main @@ -29,5 +30,4 @@ jobs: files: |- dist/** api_key: '${{secrets.RELEASE_TOKEN}}' - if: github.ref == 'refs/heads/master'