Skip to content

Commit

Permalink
rename master branch to stable in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick L. Petroni, Jr committed Jan 31, 2021
1 parent 77fc5b6 commit c4b7dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: build-pypi
on:
push:
branches:
- master
- stable
- develop
- 'release/**'

pull_request:
branches:
- develop
- stable
- 'release/**'

jobs:
Expand Down

0 comments on commit c4b7dfa

Please sign in to comment.