From 6be7df3fdc2d8b6c42c1073e50ebc94b4073490e Mon Sep 17 00:00:00 2001 From: Lars-Magnus Underhaug Date: Thu, 8 Aug 2024 13:42:44 +0200 Subject: [PATCH] JI-6504 Add reusable workflow translation dispatcher --- .github/workflows/ci-workflows.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci-workflows.yml diff --git a/.github/workflows/ci-workflows.yml b/.github/workflows/ci-workflows.yml new file mode 100644 index 00000000..eabaccfb --- /dev/null +++ b/.github/workflows/ci-workflows.yml @@ -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 \ No newline at end of file