mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-20 22:28:49 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
9
.github/main.workflow
vendored
9
.github/main.workflow
vendored
@@ -1,6 +1,6 @@
|
||||
workflow "Build, Test, and Publish" {
|
||||
on = "push"
|
||||
resolves = ["new-action"]
|
||||
resolves = ["nuxt/actions-yarn@master"]
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
@@ -16,10 +16,5 @@ action "Compile Assets" {
|
||||
action "nuxt/actions-yarn@master" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
needs = ["Build"]
|
||||
args = "run"
|
||||
}
|
||||
|
||||
action "new-action" {
|
||||
uses = "owner/repo/path@ref"
|
||||
needs = ["nuxt/actions-yarn@master"]
|
||||
args = "run build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user