adaptive-lighting/.github/workflows/main-to-master-sync.yml
renovate[bot] 5df9b30d32
⬆️ Update actions/checkout action to v7 (#1479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bas Nijholt <bas@nijho.lt>
2026-09-06 08:45:48 +02:00

22 lines
349 B
YAML

name: Sync Main to Master
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
ref: main
fetch-depth: 0
- name: Push changes to master
run: |
git checkout -b master
git push origin +master