mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
Sync main branch to master (#507)
This commit is contained in:
parent
8108bd0a4b
commit
9e5e9a49e5
1 changed files with 22 additions and 0 deletions
22
.github/workflows/main-to-master-sync.yml
vendored
Normal file
22
.github/workflows/main-to-master-sync.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: Sync Main to Master
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
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