diff options
| -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 |
