Skip to content

Commit c617781

Browse files
authored
Merge pull request #52 from h5p/JI-6913-Reusable-Workflow--Implement-translation-validation-for-remaining-Content-Types
JI-6913 Add reusable workflow for translation validation
2 parents f1c2d09 + 38a93a4 commit c617781

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci-workflows.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- master
8+
types: [opened, synchronize] # Triggers on PR open and commits to PR
9+
10+
jobs:
11+
ci:
12+
uses: h5p/h5p-ci-workflows/.github/workflows/h5p-ci-workflow.yml@master
13+
with:
14+
run-translations: true

0 commit comments

Comments
 (0)