Skip to content

Commit 3c6ecb0

Browse files
authored
GH actions - Pypi release - Ignore ERW branches
1 parent cbd1359 commit 3c6ecb0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: .github/workflows/new_pypi_release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ name: Release to Pypi
55
# Run on a published release and push to Pypi
66
on:
77
release:
8-
types: [published]
9-
8+
types:
9+
[published]
10+
branches-ignore:
11+
- 'ERW**'
12+
1013
jobs:
1114

1215
build_wheels_linux:
@@ -113,4 +116,4 @@ jobs:
113116
with:
114117
user: __token__
115118
password: ${{ secrets.pypi_password }}
116-
# To test: repository_url: https://test.pypi.org/legacy/
119+
# To test: repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)