Skip to content

Commit

Permalink
change base from master to main in version bump action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysilv authored Aug 24, 2023
1 parent d9bf7f2 commit c86cf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
body: updated changelog and _version.py
branch: post-release-version-bump
reviewers: mudit2812
base: master
base: main
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
body: updated changelog and _version.py
branch: pre-release-version-bump
reviewers: mudit2812
base: master
base: main

0 comments on commit c86cf9f

Please sign in to comment.