Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
Allow tests to be run manually too
  • Loading branch information
mattwelke committed Nov 1, 2023
1 parent c1cd4f1 commit 75c62f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
@@ -1,6 +1,6 @@
name: Run tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand Down

0 comments on commit 75c62f0

Please sign in to comment.