File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Continuous integration and pull request validation builds for the
2- # master and maintenance branches.
2+ # main and maintenance branches.
33name : CI Build
44
55on :
66 push :
7- branches : [ master , maint/* ]
7+ branches : [ main , maint/* ]
88 pull_request :
9- branches : [ master , maint/* ]
9+ branches : [ main , maint/* ]
1010
1111env :
1212 docker-registry : docker.pkg.github.com
@@ -254,7 +254,7 @@ jobs:
254254 # Generate documentation using docurium. We'll upload the documentation
255255 # as a build artifact so that it can be reviewed as part of a pull
256256 # request or in a forked build. For CI builds in the main repository's
257- # master branch, we'll push the gh-pages branch back up so that it is
257+ # main branch, we'll push the gh-pages branch back up so that it is
258258 # published to our documentation site.
259259 documentation :
260260 name : Generate documentation
Original file line number Diff line number Diff line change 1- # Nightly build for the master branch across multiple targets.
1+ # Nightly build for the main branch across multiple targets.
22name : Nightly Build
33
44on :
You can’t perform that action at this time.
0 commit comments