Browse Source

misc: update main.workflow

pull/760/head
Nicolas Giard 6 years ago
committed by GitHub
parent
commit
006da927a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/main.workflow

2
.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" {

Loading…
Cancel
Save