Skip to content

Commit

Permalink
Change reference in workflow from 'master' to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Jan 16, 2022
1 parent 6efa708 commit e716bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build documentation
# Run workflow on pushes to matching branches
on:
push:
branches: [master]
branches: [main]

# checkout needs 'contents:read'
# deploy needs 'contents:write'
Expand Down

0 comments on commit e716bf4

Please sign in to comment.