Skip to content

Automatic build

Automatic build #473

on:
push:
branches:
- "stable"
jobs:
distribute_stable:
runs-on: ubuntu-latest
name: "Distribute changes on stable branch"
steps:
- uses: actions/checkout@v2
- uses: alagos/[email protected]
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
headBranch: "stable"
branchRegex: '^.+\/stable\/.+$'