Skip to content

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

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… #3

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