Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino authored Feb 23, 2019
1 parent c2d1929 commit 6f399ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ workflow "Deploy on master" {
on = "push"
resolves = [
"Publish",
"Check git config",
]
}

action "Check git config" {
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
runs = "git"
args = "remote -v"
}

action "Master" {
uses = "actions/bin/filter@24a566c2524e05ebedadef0a285f72dc9b631411"
runs = "ls"

# args = "branch master"
}

Expand Down

0 comments on commit 6f399ee

Please sign in to comment.