Skip to content

Commit dd95761

Browse files
author
Lars-Magnus Underhaug
committed
JI-6913 Add reusable workflows for translation validation
1 parent 551f064 commit dd95761

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)