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