Skip to content

Commit

Permalink
Merge pull request #444 from volatilityfoundation/rename-master-stable
Browse files Browse the repository at this point in the history
rename master branch to stable in github workflows
  • Loading branch information
ikelos authored Jan 31, 2021
2 parents 77fc5b6 + c4b7dfa commit 2797ac5
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 2797ac5

Please sign in to comment.