ci: Port release updater update master as well (#7650)

This commit is contained in:
Liam Howatt
2025-02-06 07:30:30 -05:00
committed by GitHub
parent c38335a1eb
commit 56320599cf
2 changed files with 36 additions and 18 deletions

View File

@@ -3,13 +3,14 @@ name: Port repo release update
on:
push:
branches:
- master
- 'release/v*' # on release branches
workflow_dispatch: # allow manual triggering
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
# Ensure that only one commit will be running tests at a time on each push
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
group: ${{ github.workflow }}
cancel-in-progress: true
jobs: