mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -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:
|
branches:
|
||||||
- main
|
- main
|
||||||
- 'CURA-*'
|
- 'CURA-*'
|
||||||
- '^[\d]+.[\d]+$'
|
- '[\d]+.[\d]+'
|
||||||
tags:
|
tags:
|
||||||
- '^[\d]+.[\d]+$'
|
- '[\d]+.[\d]+'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
@ -47,7 +47,7 @@ on:
|
||||||
- 'requirements*.txt'
|
- 'requirements*.txt'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- '^[\d]+.[\d]+$'
|
- '[\d]+.[\d]+'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue