From 41e2120c8aef124179ac4a83cc74d2730a0ee0e7 Mon Sep 17 00:00:00 2001 From: Retief Lubbe <96757771+Retiefasaurus@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:46:36 +0100 Subject: [PATCH] Update Linter.yml Add workflow_dispatch to trigger action directly --- .github/workflows/Linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 7ba4f8a..f244b79 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -5,6 +5,7 @@ name: Python linter on: pull_request: branches: [ "main"] + workflow_dispatch: jobs: lint: