Delete mirror-master-and-main.yml

Closes #1865
pull/1839/head
Simon Willison 2022-10-27 06:56:11 -07:00 zatwierdzone przez GitHub
rodzic 55a709c480
commit f6ca86987b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 21 usunięć

Wyświetl plik

@ -1,21 +0,0 @@
name: Mirror "master" and "main" branches
on:
push:
branches:
- master
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Mirror to "master"
uses: zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94
with:
target-branch: master
force: false
- name: Mirror to "main"
uses: zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94
with:
target-branch: main
force: false