Skip to content

Commit

Permalink
[MISC] Fix broken branch condition in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed May 25, 2023
1 parent b922e28 commit 44db083
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Exit if not on master branch
if: endsWith(github.ref, 'master') == false
run: exit -1

- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
Expand Down

0 comments on commit 44db083

Please sign in to comment.