Skip to content

Commit

Permalink
Merge pull request #162 from h5p/feature/JI-6504-Implement-usable-tra…
Browse files Browse the repository at this point in the history
…nslation-validation-solution-of-the-prototype

JI-6504 Add reusable workflow trigger for translation validation
  • Loading branch information
thomasmars authored Aug 13, 2024
2 parents 590c1d0 + c68325c commit 1c372e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
workflow_dispatch:
pull_request:
branches:
- master
types: [opened, synchronize] # Triggers on PR open and commits to PR

jobs:
ci:
uses: h5p/h5p-ci-workflows/.github/workflows/h5p-ci-workflow.yml@master
with:
run-translations: true

0 comments on commit 1c372e4

Please sign in to comment.