From 4a9f4d7efe7a7481fb690bb5ac298d4700a2dbe3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 30 Nov 2024 17:09:06 -0500 Subject: [PATCH] actions --- .github/workflows/create-board.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-board.yaml b/.github/workflows/create-board.yaml index 82b4930..33f763d 100644 --- a/.github/workflows/create-board.yaml +++ b/.github/workflows/create-board.yaml @@ -1,6 +1,9 @@ name: Create Board -on: [ push, pull_request ] +on: + workflow_dispatch: + push: + pull_request: jobs: call-workflow-passing-data: