From 7d8a0fe0c140b50a2eb34f1076ab5a4efc1df79b Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 19 May 2023 14:08:35 -0400 Subject: Fix workflow syntax. --- .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 4f7bdba..92339d4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,8 @@ name: Go Responsiveness on: pull_request: branches: main - types: edited + types: + - edited workflow_dispatch: jobs: -- cgit v1.2.3