mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 00:03:57 +01:00
Fix main -> master mirroring (#821)
This commit is contained in:
4
.github/workflows/mirror-main-to-master.yml
vendored
4
.github/workflows/mirror-main-to-master.yml
vendored
@@ -7,8 +7,8 @@ on:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
publish-web:
|
||||
mirror-master-to-main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: git push origin master:main
|
||||
- run: git push origin main:master
|
||||
|
||||
Reference in New Issue
Block a user