Skip to content

Commit

Permalink
Add CI/CD for release/* branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Mar 22, 2022
1 parent 3d6ce05 commit c17d9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI testing

on:
push:
branches: [ main ]
branches: [ main, 'release/*' ]
pull_request:
branches: [ main ]
branches: [ main, 'release/*' ]

jobs:
Unittest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish 🐍 to PyPI.org

on:
push:
branches: [ main, "release/*" ]
branches: [ main, 'release/*' ]
release:
types: [ published ]

Expand Down

0 comments on commit c17d9f2

Please sign in to comment.