Skip to content

Commit

Permalink
Update 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 2164cad commit 5aaf2ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workflow-templates/sync-main-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push: { branches: $default-branch }
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 5aaf2ba

Please sign in to comment.