Remove syncing master from main

This commit is contained in:
Rick Waldron 2020-09-11 12:12:16 -04:00
parent 323905b70e
commit e9815013ac
1 changed files with 0 additions and 17 deletions

View File

@ -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