Skip to content

Commit

Permalink
chore: Update branch name in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Louis Barbarant committed Jul 15, 2024
1 parent 0426d3c commit d3b5cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

# Deploy the documentation to GitHub Pages.
deploy_docs:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
needs: build_docs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d3b5cfa

Please sign in to comment.