Skip to content

Commit 74d526d

Browse files
committed
wip
1 parent 7ff30c3 commit 74d526d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-deploy-k8s-sandbox-azure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build & Deploy to Sandbox on Azure
22

33
on:
4-
workflow_dispatch:
4+
push:
55

66
jobs:
77
build-and-deploy:
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
command: 'download'
1717
command_args: '--all --verbose'
18-
source: ./src/core/i18n/en/translation.en.json
19-
translation: ./src/core/i18n/%two_letters_code%/translation.%two_letters_code%.json
18+
source: ./develop/src/core/i18n/en/translation.en.json
19+
translation: ./develop/src/core/i18n/%two_letters_code%/translation.%two_letters_code%.json
2020

2121
download_translations: false
2222
upload_sources: false

0 commit comments

Comments
 (0)