Update .github/workflows/ci.yml

This commit is contained in:
Anonymous Maarten 2025-06-29 22:21:25 +00:00 committed by GitHub
parent 140bfa026a
commit 862a11a41d
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 == 'release' }} if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- build - build