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.
1 parent 111cadc commit 7c7b8d3Copy full SHA for 7c7b8d3
.github/workflows/python.yml
@@ -6,8 +6,8 @@ on:
6
push:
7
branches: ["main"]
8
pull_request:
9
+ types: [opened, push, reopened, synchronize]
10
branches-ignore: ['dependabot/**']
- workflow_dispatch:
11
schedule:
12
# schedule weekly tests, since some dependencies are not intended to be pinned
13
# this means: at 23:42 on Fridays
0 commit comments