Skip to content

Commit

Permalink
Renamed master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargr committed May 31, 2024
1 parent 5678d9f commit c95a34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sphinx_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: push changes to gh-pages to show automatically
uses: ad-m/github-push-action@main
uses: ad-m/github-push-action@master
with:
branch: gh-pages
#force: true
2 changes: 1 addition & 1 deletion .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push changes
uses: ad-m/github-push-action@main
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
Expand Down

0 comments on commit c95a34b

Please sign in to comment.