rename master branch to stable in github workflows

This commit is contained in:
Nick L. Petroni, Jr
2021-01-31 11:11:08 -05:00
parent 77fc5b6360
commit c4b7dfa599
+2 -2
View File
@@ -3,13 +3,13 @@ name: build-pypi
on:
push:
branches:
- master
- stable
- develop
- 'release/**'
pull_request:
branches:
- develop
- stable
- 'release/**'
jobs: