From 3434878bbb53db49a647d3bbd934a342e578c1bd Mon Sep 17 00:00:00 2001 From: Jonas Reich Date: Sun, 3 Mar 2024 22:39:06 +0100 Subject: [PATCH] First GitHub actions test using scripts by outoftheboxplugins --- .github/workflows/plugin-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/plugin-ci.yml diff --git a/.github/workflows/plugin-ci.yml b/.github/workflows/plugin-ci.yml new file mode 100644 index 0000000..309ce18 --- /dev/null +++ b/.github/workflows/plugin-ci.yml @@ -0,0 +1,13 @@ +name: Plugin CI + +on: + push: + branches: + - github-actions-test + +jobs: + plugin-ci: + uses: outoftheboxplugins/BuildMachines/.github/workflows/compile-plugin.yml@master + with: + ue_version: "5.2" + secrets: inherit