Skip to content

Commit 66daad0

Browse files
authored
Update main.workflow
1 parent 5d0b442 commit 66daad0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/main.workflow

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
workflow "test" {
2-
resolves = ["CI Test Runner"]
1+
workflow "Test and build on push" {
2+
resolves = [
3+
"CI Test Runner",
4+
"Jekyll Pages Builder",
5+
]
36
on = "push"
47
}
58

@@ -8,11 +11,6 @@ action "CI Test Runner" {
811
secrets = ["GITHUB_TOKEN"]
912
}
1013

11-
workflow "build" {
12-
on = "push"
13-
resolves = ["Jekyll Pages Builder"]
14-
}
15-
1614
action "Jekyll Pages Builder" {
1715
uses = "./.github/pages_builder"
1816
secrets = ["GITHUB_TOKEN"]

0 commit comments

Comments
 (0)