We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff30c3 commit 74d526dCopy full SHA for 74d526d
.github/workflows/build-deploy-k8s-sandbox-azure.yml
@@ -1,7 +1,7 @@
1
name: Build & Deploy to Sandbox on Azure
2
3
on:
4
- workflow_dispatch:
+ push:
5
6
jobs:
7
build-and-deploy:
@@ -15,8 +15,8 @@ jobs:
15
with:
16
command: 'download'
17
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
+ source: ./develop/src/core/i18n/en/translation.en.json
+ translation: ./develop/src/core/i18n/%two_letters_code%/translation.%two_letters_code%.json
20
21
download_translations: false
22
upload_sources: false
0 commit comments