Remove old workflow

This commit is contained in:
Lars
2019-08-18 13:35:01 +02:00
committed by GitHub
parent dca47740c3
commit ead504a63b

11
.github/main.workflow vendored
View File

@@ -1,11 +0,0 @@
workflow "Publish" {
resolves = [
"test",
]
on = "push"
}
action "test" {
uses = "actions/docker/cli@master"
args = "build ."
}