diff --git a/.github/main.workflow b/.github/main.workflow index 61fa8947..c0b7dffb 100644 --- a/.github/main.workflow +++ b/.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" {