mirror of
https://github.com/judge2020/cloudflare-connectivity-test.git
synced 2026-04-28 03:20:12 +00:00
Delete main.workflow
This commit is contained in:
parent
66f126195d
commit
f2a3129815
1 changed files with 0 additions and 15 deletions
15
.github/main.workflow
vendored
15
.github/main.workflow
vendored
|
|
@ -1,15 +0,0 @@
|
|||
workflow "Push" {
|
||||
on = "push"
|
||||
resolves = ["Push-build vue"]
|
||||
}
|
||||
|
||||
action "Push-install dependencies" {
|
||||
uses = "actions/npm@master"
|
||||
args = "ci"
|
||||
}
|
||||
|
||||
action "Push-build vue" {
|
||||
uses = "actions/npm@master"
|
||||
needs = ["Push-install dependencies"]
|
||||
args = "run build"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue