mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted pip package
This commit is contained in:
parent
55e8f5f133
commit
1b8f8dd1ea
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pip_package.yml
vendored
6
.github/workflows/pip_package.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Deploy Python Package
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue