Skip to content

Commit 9d08ba2

Browse files
ci: listen for workflow_dispatch
By adding this, you can use gh workflow command or the UI to trigger runs. Signed-off-by: Bill Roberts <bill.c.roberts@gmail.com>
1 parent 89d8851 commit 9d08ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linux Build Status
22
on:
3-
[push, pull_request]
3+
[push, pull_request, workflow_dispatch ]
44
jobs:
55
build-test:
66
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)