Skip to content

Commit

Permalink
Create sync-main-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns authored May 13, 2024
1 parent 94549f4 commit 6e54c1b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sync-main-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Sync Main-Master
on:
push: { branches: main }
workflow_dispatch:

# One-time commands for users to switch-over:
# ```sh
# git branch -m master main; git fetch origin; git branch -u origin/main main; git remote set-head origin -a
# ```

jobs:
sync:
uses: nodenv/.github/.github/workflows/sync-main-master.yml@v2

0 comments on commit 6e54c1b

Please sign in to comment.