summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-05-19 14:10:23 -0400
committerWill Hawkins <[email protected]>2023-05-19 14:10:23 -0400
commitf6dfdc3e94461c74f0b2a2d8883374f14646a844 (patch)
treef8e846303b4f4dfe55e6c6a14a454ac1a0c32795
parent7d8a0fe0c140b50a2eb34f1076ab5a4efc1df79b (diff)
Fix workflow syntax (2).
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 92339d4..32f51bc 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -5,7 +5,7 @@ on:
branches: main
types:
- edited
- workflow_dispatch:
+ workflow_dispatch:
jobs:
build: