disabling docker image ci for now
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@@ -1,10 +1,14 @@
|
|||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# push:
|
||||||
|
# branches: [ "main" ]
|
||||||
|
# pull_request:
|
||||||
|
# branches: [ "*" ]
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: ["this-does-not-exist"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "*" ]
|
branches: ["this-does-not-exist"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user