mirror of https://github.com/tc39/test262.git
Remove syncing master from main
This commit is contained in:
parent
323905b70e
commit
e9815013ac
|
@ -1,17 +0,0 @@
|
|||
name: Updates the master branch after changes in the main branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Push
|
||||
run: |
|
||||
git push origin HEAD:master
|
Loading…
Reference in New Issue