Skip to content

Commit

Permalink
ci: update workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Jan 31, 2024
1 parent 1b17b50 commit 74a4adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PS_Gallery_Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
git config --global user.name "TheTaylorLee"
git add -A
git commit -m "rel: Manifest Update"
git push -u origin master
git push -u origin main
2 changes: 1 addition & 1 deletion .github/workflows/Update_Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
git config --global user.name "TheTaylorLee"
git add -A
git commit -m "docs: Update_Docs"
git push -u origin master
git push -u origin main
2 changes: 1 addition & 1 deletion .github/workflows/Version_Bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git config --global user.name "TheTaylorLee"
git add -A
git commit -m "rel: Version Bump"
git push -u origin master
git push -u origin main

0 comments on commit 74a4adc

Please sign in to comment.