Browse Source

misc: update main.workflow

Nicolas Giard 6 năm trước cách đây
mục cha
commit
006da927a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/main.workflow

+ 1 - 1
.github/main.workflow

@@ -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" {