summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-05-19 14:08:35 -0400
committerWill Hawkins <[email protected]>2023-05-19 14:08:35 -0400
commit7d8a0fe0c140b50a2eb34f1076ab5a4efc1df79b (patch)
tree2aa8dce86a32ef402ca4a8235aa76121445ec7ab
parentbddd237e97d6823f026019e134d2e40a297f0b6d (diff)
Fix workflow syntax.
-rw-r--r--.github/workflows/test.yaml3
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: