push on tag

This commit is contained in:
DJ2LS 2024-04-17 22:10:15 +02:00
parent 71433f6366
commit 40ca8c9482

View file

@ -1,5 +1,10 @@
name: Deploy Python Package
on: [push]
on:
push:
tags:
- '*'
branches:
- main
jobs:
deploy: