Update .github/workflows/ci.yml

This commit is contained in:
Anonymous Maarten 2025-06-29 22:40:15 +00:00 committed by GitHub
parent 862a11a41d
commit 053d15d780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ jobs:
release: release:
name: 'Release' name: 'Release'
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- build - build