Skip to content

Commit a95ae9c

Browse files
authored
ci: Fix translation-progress.yml committing extra files (DenverCoder1#367)
1 parent ab8cb31 commit a95ae9c

File tree

4 files changed

+8
-227
lines changed

4 files changed

+8
-227
lines changed

.github/workflows/translation-progress.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
push:
66
branches:
77
- main
8+
paths:
9+
- "src/translations.php"
10+
- "scripts/translation-progress.php"
11+
- ".github/workflows/translation-progress.yml"
12+
- "README.md"
813

914
jobs:
1015
build-test:
@@ -25,3 +30,4 @@ jobs:
2530
author_name: GitHub Actions
2631
author_email: github-actions[bot]@users.noreply.github.com
2732
message: "docs(readme): Update translation progress"
33+
add: "README.md"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ package.json
1212

1313
# Environment
1414
.env
15+
DOCKER_ENV
16+
docker_tag
1517

1618
# IDE
1719
.vscode/

DOCKER_ENV

Lines changed: 0 additions & 226 deletions
This file was deleted.

docker_tag

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)