fix: workflows

This commit is contained in:
EstrellaXD
2023-06-08 23:00:55 +08:00
parent 0575a19f05
commit 77056cd838

View File

@@ -147,6 +147,9 @@ jobs:
release:
runs-on: ubuntu-latest
if: >
${{ github.event_name == 'pull_request' && github.event.pull_request.merged == true }}
|| ${{ github.event_name == 'push' && contains(github.ref, 'tags') }}
needs: [ build-docker ]
steps: