Skip to content

Commit

Permalink
.github/workflows/release-branch-sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Feb 25, 2025
1 parent e6d6017 commit e21ed5f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-branch-sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release Branch sync

on:
push:
branches:
- '*'
schedule:
- cron: '0 * * * *'

jobs:
call-build-workflow:
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/release-branch-sync.yaml@main

0 comments on commit e21ed5f

Please sign in to comment.