mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 15:46:04 +02:00
Trigger tests for patch release branch pushes (#15037)
Make sure that when creating a cherry-picked or otherwise diverging patch release branch the final product still gets checked via CI before a release is cut. To trigger this patch release branches MUST follow the pattern: `patch-release-*` (e.g. `patch-release-0.102.1`)
This commit is contained in:
parent
55c7246830
commit
2891867de9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'patch-release-*'
|
||||
|
||||
name: continuous-integration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user