ci: don't trigger nightly builds on stable releases

This commit is contained in:
Viren070
2025-07-26 16:07:33 +01:00
parent 6508f7018a
commit bcfa64b2c3
+1 -1
View File
@@ -14,7 +14,7 @@ on:
jobs:
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore: release') }}
runs-on: ubuntu-latest
permissions:
actions: write