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 37bf18a commit 6fdd1c9Copy full SHA for 6fdd1c9
.github/workflows/release.yml
@@ -4,13 +4,12 @@ name: Release
4
# always build releases (to make sure wheel-building works)
5
# but only publish to PyPI on tags
6
on:
7
- {}
8
- # push:
9
- # branches-ignore:
10
- # - "pre-commit-ci*"
11
- # tags:
12
- # - "*"
13
- # pull_request:
+ push:
+ branches-ignore:
+ - "pre-commit-ci*"
+ tags:
+ - "*"
+ pull_request:
14
15
concurrency:
16
group: >-
.github/workflows/test.yml
@@ -1,11 +1,10 @@
1
name: Test
2
3
0 commit comments