Skip to content

Commit

Permalink
gh: run localization build on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Nov 11, 2024
1 parent e4b5173 commit 3493067
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/frontend-localize-build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Frontend Localization Build
on:
pull_request:
push:
branches:
- main
paths:
- 'frontend/xliff/*.xlf'
workflow_dispatch:

jobs:
setup-and-build-translation:
Expand All @@ -19,6 +20,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
sparse-checkout: |
frontend
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3493067

Please sign in to comment.