From b113268cd7cac8142d8d3da94fb1e42fd8f2ee0d Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Fri, 26 Jan 2024 10:12:22 +0100 Subject: [PATCH] sap_general_preconfigure: Implement manual workflow trigger Relates to: #621 Signed-off-by: Bernd Finger --- .github/workflows/ansible-lint-sap_general_preconfigure.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ansible-lint-sap_general_preconfigure.yml b/.github/workflows/ansible-lint-sap_general_preconfigure.yml index ce57ff97e..e4143d06c 100644 --- a/.github/workflows/ansible-lint-sap_general_preconfigure.yml +++ b/.github/workflows/ansible-lint-sap_general_preconfigure.yml @@ -17,6 +17,12 @@ on: - dev paths: - 'roles/sap_general_preconfigure/**' + workflow_dispatch: + branches: + - main + - dev + paths: + - 'roles/sap_general_preconfigure/**' jobs: ansible-lint: