Skip to content

Commit 3eb46c6

Browse files
committed
ci: allow manually triggering tests with a button
1 parent a9e491c commit 3eb46c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
# This is a GitHub workflow defining a set of jobs with a set of steps.
2+
# ref: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
3+
#
14
name: Test
25

3-
on: [push, pull_request]
6+
on:
7+
pull_request:
8+
push:
9+
workflow_dispatch:
410

511
jobs:
612
pre-commit:

0 commit comments

Comments
 (0)