chore: Ignore PR in Docker build

This commit is contained in:
Larvan2 2023-06-04 15:51:25 +08:00 committed by GitHub
parent 3c1f9a9953
commit fd0c71a485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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