Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Allow triggering builds manually on woodpecker
Rūdolfs Ošiņš committed 9 months ago
commit 21fda6c9545b89b811c64c1968756af7442606e7
parent a250dc94ed936df7f4afcc40c03a49cb52a83f0a
4 files changed +4 -0
modified .woodpecker/build.yaml
@@ -2,6 +2,7 @@ when:
  - event: pull_request
  - event: push
    branch: main
+
  - event: manual

variables:
  - &plugin-sccache-read-only
modified .woodpecker/e2e.yaml
@@ -2,6 +2,7 @@ when:
  - event: pull_request
  - event: push
    branch: main
+
  - event: manual

variables:
  - &plugin-sccache-read-only
modified .woodpecker/lint.yaml
@@ -2,6 +2,7 @@ when:
  - event: pull_request
  - event: push
    branch: main
+
  - event: manual

variables:
  - &plugin-sccache-read-only
modified .woodpecker/unit-test.yaml
@@ -2,6 +2,7 @@ when:
  - event: pull_request
  - event: push
    branch: main
+
  - event: manual

steps:
  unit-tests: