There was an error while loading. Please reload this page.
1 parent 89ae22e commit bc81c36Copy full SHA for bc81c36
.github/workflows/testpypi-release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ tags-ignore:
8
+ - "**" # Do not run on tags push
9
10
env:
11
HATCH_INDEX_USER: __token__
0 commit comments