mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 15:02:58 +02:00
workflow: update paths to include files directory and additional config files
This commit is contained in:
8
.github/workflows/translateandtag.yml
vendored
8
.github/workflows/translateandtag.yml
vendored
@@ -5,10 +5,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
|
- 'README.md'
|
||||||
- 'README_de.md'
|
- 'README_de.md'
|
||||||
- 'init.sh'
|
- 'init.sh'
|
||||||
- 'config/config-sample.php'
|
- 'init.functions.sh'
|
||||||
- 'privacy.php'
|
- 'files/**'
|
||||||
|
- 'local.conf.common.inc.sample'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -81,4 +83,4 @@ jobs:
|
|||||||
git add -A
|
git add -A
|
||||||
git commit -m "Automatically updated tags [skip ci]" || echo "No changes to commit"
|
git commit -m "Automatically updated tags [skip ci]" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
|
Reference in New Issue
Block a user