chore: Ignore PR in Docker build

This commit is contained in:
Larvan2 2023-06-04 15:51:25 +08:00
parent a2bbd1cc8d
commit 76a7945994

View file

@ -298,6 +298,7 @@ jobs:
body_path: release.md
Docker:
if: ${{ github.event_name != 'pull_request' }}
permissions: write-all
needs: [Build]
runs-on: ubuntu-latest