Skip to content

feat(ci): run build workflow on every push and switch to amd64 runner… #6

feat(ci): run build workflow on every push and switch to amd64 runner…

feat(ci): run build workflow on every push and switch to amd64 runner… #6

Workflow file for this run

---
name: Git Mirror
# Mirror git repo to other sites
on:
workflow_dispatch:
push:
branches:
- main
- develop
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Sync repo"
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ secrets.CODEBERG_URL }}
GIT_USERNAME: goetz
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}