Skip to content

Use Constrain what is built. #73

Use Constrain what is built.

Use Constrain what is built. #73

Workflow file for this run

name: Mirror main to automain
on:
push:
branches:
- main
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Create and Push automain Branch
run: |
git checkout -B automain
git push origin automain --force