Skip to content

Commit

Permalink
Create sync-main-current-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Oct 24, 2024
1 parent 9edf5be commit c795536
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-main-current-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- 'main'

jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror 'main' branch to latest release branch
steps:
- name: Mirror action step
id: mirror
uses: google/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'styhead'

0 comments on commit c795536

Please sign in to comment.