Skip to content

Commit

Permalink
CU-8693ftbyx: [TEMP] Allow publish to test-pypi outside master branch #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Jan 9, 2024
1 parent a25c784 commit 80e6b5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

if: |
github.repository == 'CogStack/MedCAT' &&
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags') != true
github.event_name == 'push'
runs-on: ubuntu-20.04
concurrency: publish-to-test-pypi
needs: [build]
Expand Down

0 comments on commit 80e6b5b

Please sign in to comment.