mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
add on
Contributes to CURA-10376
This commit is contained in:
parent
a286c43f17
commit
315d579a25
1 changed files with 17 additions and 16 deletions
33
.github/workflows/update-translation.yml
vendored
33
.github/workflows/update-translation.yml
vendored
|
|
@ -1,21 +1,22 @@
|
||||||
name: update-translations
|
name: update-translations
|
||||||
|
|
||||||
push:
|
on:
|
||||||
paths:
|
push:
|
||||||
- 'plugins/**'
|
paths:
|
||||||
- 'resources/**'
|
- 'plugins/**'
|
||||||
- 'cura/**'
|
- 'resources/**'
|
||||||
- 'icons/**'
|
- 'cura/**'
|
||||||
- 'tests/**'
|
- 'icons/**'
|
||||||
- 'packaging/**'
|
- 'tests/**'
|
||||||
- '.github/workflows/conan-*.yml'
|
- 'packaging/**'
|
||||||
- '.github/workflows/notify.yml'
|
- '.github/workflows/conan-*.yml'
|
||||||
- '.github/workflows/requirements-conan-package.txt'
|
- '.github/workflows/notify.yml'
|
||||||
- 'requirements*.txt'
|
- '.github/workflows/requirements-conan-package.txt'
|
||||||
- 'conanfile.py'
|
- 'requirements*.txt'
|
||||||
- 'conandata.yml'
|
- 'conanfile.py'
|
||||||
- 'GitVersion.yml'
|
- 'conandata.yml'
|
||||||
- '*.jinja'
|
- 'GitVersion.yml'
|
||||||
|
- '*.jinja'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-translations:
|
update-translations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue