Skip to content

Commit d24f467

Browse files
add wf
1 parent bff33e0 commit d24f467

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
@@ -0,0 +1,9 @@
1+
workflow "pipeline runner" {
2+
on = "push"
3+
resolves = "run pipeline"
4+
}
5+
6+
action "run pipeline" {
7+
uses = "./"
8+
}
9+

0 commit comments

Comments
 (0)