From e796ba1349c964633ef85c02ce3f0273f5623a6f Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 26 Sep 2023 12:16:24 -0300 Subject: ci: allow running workflows manually Add `on.workflow_dispatch`. See: * https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch --- .github/workflows/check-profiles.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/check-profiles.yml') diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml index e05eed664..38a7bc487 100644 --- a/.github/workflows/check-profiles.yml +++ b/.github/workflows/check-profiles.yml @@ -3,6 +3,7 @@ name: Check-Profiles on: + workflow_dispatch: push: branches-ignore: - 'dependabot/**' -- cgit v1.2.3-54-g00ecf