Merge pull request #3762 from plentymarkets/fix/subcategories_inside_… #838
This file contains hidden or 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@v4 | |
| - uses: alagos/regex-merge@v1.0 | |
| with: | |
| accessToken: ${{ secrets.GITHUB_TOKEN }} | |
| headBranch: "stable" | |
| branchRegex: '^.+\/stable\/.+$' |