Skip to content

Commit 5a9bff5

Browse files
committed
chore: Limit docker publish
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 9af7d14 commit 5a9bff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- feature/*
87
- release/*
98
tags:
109
- 'v*'
@@ -88,4 +87,3 @@ jobs:
8887
- name: Release PyPI
8988
if: startsWith(github.ref, 'refs/tags/')
9089
uses: pypa/gh-action-pypi-publish@release/v1
91-

0 commit comments

Comments
 (0)