Skip to content

Commit 617e393

Browse files
committed
Add release branch sync workflow
1 parent 3289a2a commit 617e393

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Release Branch sync
3+
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
branches:
7+
- '*'
8+
schedule:
9+
- cron: '0 * * * *'
10+
11+
jobs:
12+
call-build-workflow:
13+
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/release-branch-sync.yaml@main

0 commit comments

Comments
 (0)