Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 20, 2019
1 parent 00853f5 commit 82fc298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Expand Up @@ -16,7 +16,7 @@ action "Run tests" {

# Filter for a new tag
action "tag-only filter" {
needs = "Test"
needs = "Run tests"
uses = "actions/bin/filter@master"
args = "tag"
}
Expand Down

0 comments on commit 82fc298

Please sign in to comment.