Merge pull request #4536 from sanger/4199-y24-194-lcm-wgsem-seq-pipel… #34
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
# Create or update merge-to-master pull requests for production releases | |
# Note that by design, creating or editing a PR will not trigger a downstream `pull_request` event as this could lead to recursion | |
name: Release | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
pull_request: | |
uses: sanger/.github/.github/workflows/create-release-pr.yml@master |