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 22d0dd9 commit 360cd07Copy full SHA for 360cd07
.github/workflows/python-tests.yml
@@ -3,7 +3,10 @@ name: python tests+artifacts+release
3
on:
4
pull_request:
5
push:
6
- branches: [master]
+ branches:
7
+ - master
8
+ tags:
9
+ - "v*"
10
release:
11
12
jobs:
0 commit comments