mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
55a709c480
commit
f6ca86987b
1 changed files with 0 additions and 21 deletions
21
.github/workflows/mirror-master-and-main.yml
vendored
21
.github/workflows/mirror-master-and-main.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue