act/actions/testdata/detect_event.workflow

9 lines
137 B
Text
Raw Normal View History

2019-02-15 10:44:36 -06:00
workflow "detect-event" {
on = "pull_request"
resolves = ["build"]
}
action "build" {
uses = "./action1"
args = "echo 'build'"
}