mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
push on tag
This commit is contained in:
parent
71433f6366
commit
40ca8c9482
1 changed files with 6 additions and 1 deletions
7
.github/workflows/pip_package.yml
vendored
7
.github/workflows/pip_package.yml
vendored
|
@ -1,5 +1,10 @@
|
|||
name: Deploy Python Package
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue