We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dcf0f commit 1c16f49Copy full SHA for 1c16f49
2 files changed
.woodpecker/cronRebase.yml
@@ -0,0 +1,9 @@
1
+when:
2
+ - event: cron
3
+ branch: main
4
+
5
+steps:
6
+ - name: sync repo
7
+ image: dangherve/owngit
8
+ commands:
9
+ - ./buildTools/rebase.sh
.woodpecker/rebase.yml
@@ -0,0 +1,11 @@
+ - event: push
+ branch:
+ exclude: main
10
+ - ./buildTools/mainBranch.sh
11
0 commit comments