mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
9 lines
No EOL
209 B
HCL
9 lines
No EOL
209 B
HCL
workflow "New workflow" {
|
|
on = "push"
|
|
resolves = ["filter-version-before-deploy"]
|
|
}
|
|
|
|
action "filter-version-before-deploy" {
|
|
uses = "actions/bin/filter@master"
|
|
args = "tag z?[0-9]+\\.[0-9]+\\.[0-9]+"
|
|
} |