mirror of
https://github.com/nushell/nushell.git
synced 2025-06-03 00:26:26 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- 'patch-release-*'
|
||||||
|
|
||||||
name: continuous-integration
|
name: continuous-integration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user