Merge pull request #3588 from plentymarkets/fix/tests #640
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- "stable" | |
jobs: | |
distribute_stable: | |
runs-on: ubuntu-latest | |
name: "Distribute changes on stable branch" | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: alagos/regex-merge@v1.0 | |
with: | |
accessToken: ${{ secrets.GITHUB_TOKEN }} | |
headBranch: "stable" | |
branchRegex: '^.+\/stable\/.+$' |