ci: 👷 publish pypi on branch removed

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-03-26 18:38:04 +03:00
parent 781a064d8a
commit d41caed36f
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 1 additions and 3 deletions

View File

@ -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:
@ -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