mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
No start and end characters for regex
Contributes to CURA-9365
This commit is contained in:
parent
cef1e35190
commit
1c23bb56d1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/conan-package.yml
vendored
6
.github/workflows/conan-package.yml
vendored
|
@ -30,9 +30,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- 'CURA-*'
|
||||
- '^[\d]+.[\d]+$'
|
||||
- '[\d]+.[\d]+'
|
||||
tags:
|
||||
- '^[\d]+.[\d]+$'
|
||||
- '[\d]+.[\d]+'
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
|
@ -47,7 +47,7 @@ on:
|
|||
- 'requirements*.txt'
|
||||
branches:
|
||||
- main
|
||||
- '^[\d]+.[\d]+$'
|
||||
- '[\d]+.[\d]+'
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue