Skip to content

Commit 4d4eecb

Browse files
committed
👷 ci/cd release
1 parent 9972d9d commit 4d4eecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on:
44
release:
55
types:
66
- published
7-
workflow_dispatch:
87

98
jobs:
109
pypi-publish:
1110
name: PyPI
12-
if: github.repository_owner == 'juftin' && (github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.actor == 'juftin'))
11+
if: github.repository_owner == 'juftin'
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Check out the repository

0 commit comments

Comments
 (0)