Browse Source

misc: update main.workflow

Nicolas Giard 6 years ago
parent
commit
006da927a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/main.workflow

+ 1 - 1
.github/main.workflow

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