Docker image shouldn't be published on PRs
This action would run for every PR action which means it'll create a docker image every time the CI runs on contributions.
This commit is contained in:
parent
2af23d3043
commit
c6a0f83b12
1 changed files with 1 additions and 2 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -10,7 +10,6 @@
|
|||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue