From 31d11b80a3bf2f7df6896cf5b0c82c200294a3c3 Mon Sep 17 00:00:00 2001 From: Adam Szerszenowicz <70147389+Pogromca-SCP@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:44:25 +0100 Subject: [PATCH] Fixed build --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f235f4..2dcac6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,10 @@ name: Build SLCommand Script on: - workflow_dispatch - #push: - #branches: ["main"] - #pull_request: - #branches: ["main"] + push: + branches: ["main"] + pull_request: + branches: ["main"] jobs: build: @@ -23,3 +22,4 @@ jobs: with: pluginName: SLCommandScript refsVariable: SL_REFERENCES + dependencies: SLCommandScript.Core,SLCommandScript.FileScriptsLoader