Skip to content

Commit

Permalink
Merge pull request #7366 from filecoin-project/feat/sync-master-main
Browse files Browse the repository at this point in the history
sync branch main with master on updates
  • Loading branch information
Jakub Sztandera authored Sep 22, 2021
2 parents fe56995 + ac2194b commit 7e933f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sync-master-main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: sync-master-main
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update remote branch main
run: |
# overrides the remote branch (origin:github) `main`
git push origin --force master:main

0 comments on commit 7e933f7

Please sign in to comment.