We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90175f commit 83fb985Copy full SHA for 83fb985
.github/workflows/build-wheels.yaml
@@ -2,6 +2,9 @@ name: Build Wheels
2
3
on:
4
pull_request:
5
+ push:
6
+ tags:
7
+ - v*
8
9
10
jobs:
.github/workflows/lint.yaml
@@ -3,7 +3,9 @@ name: Lint
push:
- branches: [main]
+ branches: [master]
11
pre-commit:
0 commit comments