From bddd237e97d6823f026019e134d2e40a297f0b6d Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 19 May 2023 14:05:06 -0400 Subject: Add manual workflow dispatch. --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca57a54..4f7bdba 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: main types: edited + workflow_dispatch: jobs: build: @@ -21,4 +22,4 @@ jobs: run: make build - name: Test - run: make test \ No newline at end of file + run: make test -- cgit v1.2.3