Skip to content

Commit aba1f3d

Browse files
committed
Only run on push to main or release branches
1 parent bf7874e commit aba1f3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- 'releases/**'
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)