Add new workflows

This commit is contained in:
Eren Dogan
2023-02-12 16:37:30 -08:00
parent 59c4148fc4
commit 0a2fceded4
5 changed files with 165 additions and 8 deletions
+1 -2
View File
@@ -3,10 +3,9 @@ on:
push:
branches:
- stable
tags:
- 'v*.*.*'
jobs:
deploy_pip:
if: ${{ startsWith(github.event.head_commit.message, 'Bump version:') }}
runs-on: ubuntu-latest
steps:
- name: Checkout code