Skip to content

Commit

Permalink
Set branch whitelist to main now that docs-upgrades changes have land…
Browse files Browse the repository at this point in the history
…ed (#77)
  • Loading branch information
markurtz committed Apr 7, 2021
1 parent d3b6fa2 commit cf4e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -64,7 +64,7 @@
smv_tag_whitelist = r'^v.*$'

# Whitelist pattern for branches (set to None to ignore all branches)
smv_branch_whitelist = r'^(main)|(docs-upgrades)$'
smv_branch_whitelist = r'^main$'

# Whitelist pattern for remotes (set to None to use local branches only)
smv_remote_whitelist = r'^.*$'
Expand Down

0 comments on commit cf4e6bf

Please sign in to comment.