Skip to content

Commit f1f89cd

Browse files
committed
feat: export files that was moved - release
1 parent 20cc566 commit f1f89cd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI Release branch
44

55
on:
66
push:
7-
branches: [ "dev" ] # trap each push to dev branch TODO SKA change back to dev
7+
branches: [ "master" ] # trap each push to dev branch TODO SKA change back to dev
88
paths: # but react only to changes in code or pipeline definition
99
- src/**.*
1010
- .github/**.*

src/main/java/one/edee/babylon/MainService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ public void startTranslation(Action action, TranslationConfiguration configurati
3939
spreadsheetId,
4040
combineSheets);
4141
break;
42+
4243
case IMPORT:
4344
importProcessor.doImport(spreadsheetId);
4445
break;
46+
4547
case CHECK:
4648
exporter.walkPathsAndCheckDB(configuration);
4749
break;

0 commit comments

Comments
 (0)