Skip to content

Commit 29751ad

Browse files
authored
Merge pull request #152 from h5p/JI-6913-Reusable-Workflow--Implement-translation-validation-for-remaining-Content-Types
JI-6913 Add reusable workflow for translation validation
2 parents 0af6a73 + 8dc2b2f commit 29751ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci-workflows.yml

+14
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)