From 602217ae1a6a77a5d062cd8e1ca929c6eaa67f53 Mon Sep 17 00:00:00 2001 From: Anton Tolchanov Date: Mon, 26 Feb 2024 11:06:10 +0000 Subject: [PATCH] .github: allow triggering installer.sh check manually Updates #cleanup Signed-off-by: Anton Tolchanov --- .github/workflows/installer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 32d82cd9f..3c78247c8 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -1,16 +1,19 @@ name: test installer.sh on: + workflow_dispatch: push: branches: - "main" paths: - scripts/installer.sh + - .github/workflows/installer.yml pull_request: branches: - "*" paths: - scripts/installer.sh + - .github/workflows/installer.yml jobs: test: