Skip to content

Commit 818584d

Browse files
committed
Add .github/workflows/release-branch-sync.yaml
1 parent c1887a7 commit 818584d

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)