Merge branch 'patricio-wip-11' into deploy-proxy-merger
This commit is contained in:
commit
05bd6cb180
1 changed files with 6 additions and 2 deletions
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
|
|
@ -1,10 +1,14 @@
|
|||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches: [ "main" ]
|
||||
# pull_request:
|
||||
# branches: [ "*" ]
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: ["this-does-not-exist"]
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
branches: ["this-does-not-exist"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue