Rename main workflow

This commit is contained in:
Gabriel Augendre 2018-12-08 10:35:08 +01:00 committed by GitHub
parent de8caf2eb0
commit 9e9d5df961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
workflow "New workflow" {
workflow "Build and push" {
on = "push"
resolves = ["Login", "Push"]
}