mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove syncing master from main
This commit is contained in:
parent
323905b70e
commit
e9815013ac
17
.github/workflows/update-master-after-main.yml
vendored
17
.github/workflows/update-master-after-main.yml
vendored
@ -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…
x
Reference in New Issue
Block a user