ci: trigger on high-performance push

This commit is contained in:
Tracewebstudio Dev 2026-04-19 16:35:27 +02:00
parent f332d78f14
commit 0944d4f4e3

View file

@ -3,7 +3,7 @@ name: sync-to-gitea
on:
push:
branches:
- main
- high-performance
jobs:
sync:
@ -22,7 +22,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
run: |
set -euo pipefail
echo "Syncing ${{ github.event.repository.name }}:main → Gitea high-performance"
echo "Syncing ${{ github.event.repository.name }}:high-performance → Gitea high-performance"
echo "Commit: $(git rev-parse HEAD)"
git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git"