mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
run on push to sources
Contributes to CURA-10376
This commit is contained in:
parent
9a63b5ea35
commit
a286c43f17
1 changed files with 17 additions and 0 deletions
17
.github/workflows/update-translation.yml
vendored
17
.github/workflows/update-translation.yml
vendored
|
@ -1,5 +1,22 @@
|
||||||
name: update-translations
|
name: update-translations
|
||||||
|
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'plugins/**'
|
||||||
|
- 'resources/**'
|
||||||
|
- 'cura/**'
|
||||||
|
- 'icons/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'packaging/**'
|
||||||
|
- '.github/workflows/conan-*.yml'
|
||||||
|
- '.github/workflows/notify.yml'
|
||||||
|
- '.github/workflows/requirements-conan-package.txt'
|
||||||
|
- 'requirements*.txt'
|
||||||
|
- 'conanfile.py'
|
||||||
|
- 'conandata.yml'
|
||||||
|
- 'GitVersion.yml'
|
||||||
|
- '*.jinja'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-translations:
|
update-translations:
|
||||||
name: Update translations
|
name: Update translations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue