diff options
| -rw-r--r-- | .github/workflows/test.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
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: |
