Skip to content

Commit

Permalink
Merge pull request #1053 from roboflow/fix/ci-publish-bug
Browse files Browse the repository at this point in the history
ci: 👷 publish pypi on branch removed
  • Loading branch information
SkalskiP authored Mar 26, 2024
2 parents 5a04096 + d41caed commit 42f9d4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- '[0-9]+.[0-9]+[0-9]+.[0-9]'
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -14,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.10]
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 42f9d4b

Please sign in to comment.