We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af09a3b commit 3ea3e3dCopy full SHA for 3ea3e3d
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
+ - ./tools/rebase.sh
.woodpecker/rebase.yml
@@ -0,0 +1,11 @@
+ - event: push
+ branch:
+ exclude: main
10
+ - ./tools/mainBranch.sh
11
0 commit comments