Skip to content

Added github action to keep legacy master branch up to date with late… #5

Added github action to keep legacy master branch up to date with late…

Added github action to keep legacy master branch up to date with late… #5

name: Build
on:
push:
branches:
- main
jobs:
update-legacy-master:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force_with_lease: true
branch: master