We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5830ac1 commit cba6f5eCopy full SHA for cba6f5e
1 file changed
.github/workflows/test.yaml
@@ -7,7 +7,8 @@ on:
7
- cron: '0 9 * * 1' # run every Monday at 9 AM UTC (3 am PST)
8
push:
9
pull_request:
10
-
+ workflow_dispatch:
11
+
12
jobs:
13
build:
14
name: ${{ matrix.python-version }}, ${{ matrix.os }}
0 commit comments