Skip to content

Commit

Permalink
Updating the main workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
perone committed Aug 9, 2019
1 parent 08e41ce commit 2202d05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/main.workflow
@@ -0,0 +1,8 @@
workflow "build" {
on = "push"
resolves = ["build_package"]
}

action "build_package" {
uses = "./docker/package"
}

0 comments on commit 2202d05

Please sign in to comment.