summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-05-19 14:05:06 -0400
committerWill Hawkins <[email protected]>2023-05-19 14:05:06 -0400
commitbddd237e97d6823f026019e134d2e40a297f0b6d (patch)
treebd49b3d810206d2bdc898ab2760021031cdd6507
parent95519cf5d2db0cdaf510760382a165da1ea151df (diff)
Add manual workflow dispatch.
-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 ca57a54..4f7bdba 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -4,6 +4,7 @@ on:
pull_request:
branches: main
types: edited
+ workflow_dispatch:
jobs:
build:
@@ -21,4 +22,4 @@ jobs:
run: make build
- name: Test
- run: make test \ No newline at end of file
+ run: make test