From 64e6a414b1ed8d6f1db9506d48b17e6cdf187891 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sun, 19 Nov 2023 18:23:13 -0800 Subject: [PATCH] fix: add workflow_dispatch as option for Python linter GHA --- .github/workflows/python-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-linter.yml b/.github/workflows/python-linter.yml index c28cee6..a2a63fa 100644 --- a/.github/workflows/python-linter.yml +++ b/.github/workflows/python-linter.yml @@ -7,7 +7,7 @@ name: Lint Python files run-name: Lint code after ${{github.event_name}} by ${{github.actor}} -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: flake8-lint: