misc: update main.workflow

This commit is contained in:
Nicolas Giard
2019-02-02 12:14:47 -05:00
committed by GitHub
parent 3b99382df0
commit 006da927a0

View File

@@ -5,7 +5,7 @@ workflow "Docker build" {
action "Filter branch dev" {
uses = "actions/bin/filter@c6471707d308175c57dfe91963406ef205837dbd"
args = "branch dev"
args = "branch master"
}
action "Docker Registry" {