Skip to content

Commit

Permalink
Get ready for 11+ previews
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed May 10, 2024
1 parent bd1d53b commit d04adcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-web/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def upstream_branch_fn(branch):
or fnmatch.fnmatch(branch, "st-*")
or fnmatch.fnmatch(branch, "prot-*")
or fnmatch.fnmatch(branch, "refs/pull/*")
or fnmatch.fnmatch(branch, "preview-10.*")
or fnmatch.fnmatch(branch, "preview-1[0-9].*")
)


Expand Down

0 comments on commit d04adcd

Please sign in to comment.