Skip to content

Commit 47c4f98

Browse files
authored
Update main.workflow
1 parent d20262c commit 47c4f98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ action "CI Test Runner" {
77
uses = "./.github/test_runner"
88
secrets = ["GITHUB_TOKEN"]
99
}
10+
11+
workflow "build" {
12+
on = "push"
13+
resolves = ["CI Test Runner-1"]
14+
}
15+
16+
action "CI Test Runner-1" {
17+
uses = "./.github/test_runner"
18+
}

0 commit comments

Comments
 (0)