diff --git a/.github/main.workflow b/.github/main.workflow index b883fedd..166bd922 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -49,7 +49,7 @@ action "branch cleanup" { action "Filter: not master branch" { uses = "actions/bin/filter@master" - args = "not master branch" + args = "not branch master" secrets = ["GITHUB_TOKEN"] }