ci : only run docker jobs when pushed to master [no ci] (#3828)

This commit is contained in:
Daniel Bevenius 2026-05-27 08:46:23 +02:00 committed by GitHub
parent ee540bf0be
commit 6dcdd65364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
name: Publish Docker image
on:
pull_request:
push:
branches:
- master
@ -9,7 +8,6 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
env: