mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:56:00 +08:00
Use glob pattern for the release triggers
Contributes to CURA-9365
This commit is contained in:
parent
1c23bb56d1
commit
955cf56dc3
6
.github/workflows/conan-package.yml
vendored
6
.github/workflows/conan-package.yml
vendored
@ -30,9 +30,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- 'CURA-*'
|
||||
- '[\d]+.[\d]+'
|
||||
- '[1-9]+.[-0-9]+'
|
||||
tags:
|
||||
- '[\d]+.[\d]+'
|
||||
- '[1-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
@ -47,7 +47,7 @@ on:
|
||||
- 'requirements*.txt'
|
||||
branches:
|
||||
- main
|
||||
- '[\d]+.[\d]+'
|
||||
- '[1-9]+.[-0-9]+'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user