Skip to content

Commit

Permalink
dev,fix: fix branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bard committed Jan 31, 2023
1 parent a60db94 commit e44bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy docs to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit e44bc5f

Please sign in to comment.