Skip to content

Commit cfa12bb

Browse files
committed
add manual workflow dispatch
1 parent 09a0158 commit cfa12bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Based on https://github.com/mvdan/github-actions-golang
2-
on: [push, pull_request]
2+
on: [push, pull_request, workflow_dispatch]
33
name: Tests
44
jobs:
55
test:

0 commit comments

Comments
 (0)