Skip to content

Commit

Permalink
github workflow: (minor) Update buildcheck.yaml
Browse files Browse the repository at this point in the history
Correct misspelling of branch name

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr authored Mar 15, 2024
1 parent f9c9fc6 commit 1674045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Deploy docs
# Only deploy docs if this was a push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/mainr' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 1674045

Please sign in to comment.