Skip to content

Commit

Permalink
Create sync_branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcrodrigues authored Feb 22, 2024
1 parent f341159 commit de3336a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync_branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync branches

on:
push:
branches:
- github

jobs:
sync:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Sync branches
uses: TreTuna/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: github
TO_BRANCH: main

0 comments on commit de3336a

Please sign in to comment.