Skip to content

Commit

Permalink
add manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Feb 8, 2024
1 parent 09a0158 commit cfa12bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based on https://github.com/mvdan/github-actions-golang
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
name: Tests
jobs:
test:
Expand Down

0 comments on commit cfa12bb

Please sign in to comment.