We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be22025 + 662d3c7 commit c3948a4Copy full SHA for c3948a4
.github/workflows/test.yml
@@ -2,6 +2,8 @@ name: Python package tests
2
3
on:
4
push:
5
+ pull_request:
6
+ types: [opened, reopened]
7
schedule:
8
- cron: "0 12 * * 1"
9
jobs:
0 commit comments