disable redundent action run for release

This commit is contained in:
Hiddify
2024-03-13 15:57:16 +01:00
parent 2d662a86be
commit a246065518
2 changed files with 18 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ jobs:
uses: ./.github/workflows/build.yml
secrets: inherit
permissions: write-all
if: "${{!contains(github.event.head_commit.message, 'release: version')}}"
with:
upload-artifact: ${{ github.event_name == 'push' }}