Skip to content

Commit

Permalink
JI-6504 Add reusable workflow translation dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Magnus Underhaug committed Aug 8, 2024
1 parent f8457b8 commit 6be7df3
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 6be7df3

Please sign in to comment.