summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-05-19 14:19:10 -0400
committerWill Hawkins <[email protected]>2023-05-19 14:19:10 -0400
commitb0ebad5427f6378d2b1923cba59d357efeb86a1b (patch)
tree17a0e16af6a542186f65d6444a165ee230c1eb5f
parentf6dfdc3e94461c74f0b2a2d8883374f14646a844 (diff)
Workflow: Don't be too clever.
-rw-r--r--.github/workflows/test.yaml8
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: