mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
Remove main-to-master-sync workflow (upstream cruft; fork uses main)
This commit is contained in:
parent
bed52c89b6
commit
a6b0a1bc95
1 changed files with 0 additions and 22 deletions
22
.github/workflows/main-to-master-sync.yml
vendored
22
.github/workflows/main-to-master-sync.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
name: Sync Main to Master
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: main
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push changes to master
|
||||
run: |
|
||||
git checkout -b master
|
||||
git push origin +master
|
||||
Loading…
Add table
Add a link
Reference in a new issue