We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c6cac commit 6c4cfdaCopy full SHA for 6c4cfda
4 files changed
.woodpecker/build.yaml
@@ -34,6 +34,9 @@ when:
34
path:
35
<<: *trigger_path
36
- event: pull_request
37
+ branch:
38
+ - main
39
+ - stable-*
40
41
42
evaluate: |
.woodpecker/cache-pnpm.yaml
- event: tag
.woodpecker/cache-python.yaml
@@ -35,6 +35,9 @@ when:
43
.woodpecker/ui-tests.yaml
@@ -20,6 +20,9 @@ when:
20
- push
21
- manual
22
23
24
25
26
27
- event: cron
28
cron: nightly*
0 commit comments