Skip to content

Commit e41ea4a

Browse files
committed
Execute CI workflow on any PR
1 parent f3ff52b commit e41ea4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
env:
1210
PROJECT_NAME: flogging
@@ -223,4 +221,4 @@ jobs:
223221
uses: pypa/gh-action-pypi-publish@master
224222
with:
225223
user: __token__
226-
password: ${{ secrets.PYPI_PASS }}
224+
password: ${{ secrets.PYPI_PASS }}

0 commit comments

Comments
 (0)