diff options
| author | Will Hawkins <[email protected]> | 2023-05-19 14:05:06 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-05-19 14:05:06 -0400 |
| commit | bddd237e97d6823f026019e134d2e40a297f0b6d (patch) | |
| tree | bd49b3d810206d2bdc898ab2760021031cdd6507 | |
| parent | 95519cf5d2db0cdaf510760382a165da1ea151df (diff) | |
Add manual workflow dispatch.
| -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 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 |
