Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 583ea41

Browse files
committed
pypi release workflow HOT FIX
1 parent 5d58993 commit 583ea41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
name: PyPI
321321
needs: [build_package, test_package, docker, docs]
322322
# Only publish to PyPI on releases and nightly builds to "allenai/allennlp" (not forks).
323-
if: github.repository == 'allenai/allennlp' && github.event_name != 'pull_request'
323+
if: github.repository == 'allenai/allennlp' && github.event_name != 'push'
324324
runs-on: ubuntu-latest
325325

326326
steps:

0 commit comments

Comments
 (0)