From b0ebad5427f6378d2b1923cba59d357efeb86a1b Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 19 May 2023 14:19:10 -0400 Subject: Workflow: Don't be too clever. --- .github/workflows/test.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 32f51bc..0b0d2d1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,12 +1,6 @@ name: Go Responsiveness -on: - pull_request: - branches: main - types: - - edited - workflow_dispatch: - +on: [pull_request, workflow_dispatch] jobs: build: -- cgit v1.2.3