Only run docker-image workflow after a PR is merged
This commit is contained in:
parent
bd9c0e5857
commit
e4e77c4df7
1 changed files with 0 additions and 4 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -1,9 +1,5 @@
|
|||
name: Publish Docker image
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
types:
|
||||
closed
|
||||
|
|
Loading…
Reference in a new issue