Skip to content

Commit a41dfe5

Browse files
2 parents b89bcfd + 9876a90 commit a41dfe5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dockerhub-build-push-on-push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ on:
77
- '**' # Runs on pushes to any branch
88
paths:
99
- 'empty_library/**'
10-
- 'root/**'
10+
- 'cps/**'
1111
- 'scripts/**'
1212
- '**/Dockerfile'
1313
- '**/requirements.txt'
14+
- '**/optional-requirements.txt'
15+
- '**/compile_translations.sh'
16+
- 'koreader/**'
17+
- '**/cps.py'
1418
create:
1519
branches:
1620
- '**' # Runs when a new branch is created

0 commit comments

Comments
 (0)