Merge pull request #7366 from filecoin-project/feat/sync-master-main
sync branch main with master on updates
This commit is contained in:
commit
7e933f7045
14
.github/workflows/sync-master-main.yaml
vendored
Normal file
14
.github/workflows/sync-master-main.yaml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user