JI-6504 Add reusable workflow trigger for validating translations #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |