Skip to content

Commit 74cec66

Browse files
committed
ci: go test: add workflow_dispatch
1 parent 8cf5c5d commit 74cec66

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
9+
workflow_dispatch:
310
jobs:
411
test:
512
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)