mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-20 11:48:16 +00:00
Only create docker images for master.
This commit is contained in:
parent
65cabbd544
commit
09b67da1c8
2
.github/workflows/create-docker-action.yml
vendored
2
.github/workflows/create-docker-action.yml
vendored
@ -2,7 +2,7 @@ name: Create and publish a Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['dev']
|
||||
branches: ['master']
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
Loading…
x
Reference in New Issue
Block a user