Skip to content

Commit 22042f6

Browse files
committed
add workflow_dispatch to github actions
1 parent c04b2d2 commit 22042f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test
22

33

4-
on: [push, pull_request]
4+
on: [push, pull_request, workflow_dispatch]
55

66
jobs:
77
linux:

0 commit comments

Comments
 (0)