| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | # Continuous integration and pull request validation builds for the | |
| 2 | - # master and maintenance branches. | ||
| 2 | + # main and maintenance branches. | ||
| 3 | 3 | name: CI Build | |
| 4 | 4 | ||
| 5 | 5 | on: | |
| 6 | 6 | push: | |
| 7 | - branches: [ master, maint/* ] | ||
| 7 | + branches: [ main, maint/* ] | ||
| 8 | 8 | pull_request: | |
| 9 | - branches: [ master, maint/* ] | ||
| 9 | + branches: [ main, maint/* ] | ||
| 10 | 10 | ||
| 11 | 11 | env: | |
| 12 | 12 | docker-registry: docker.pkg.github.com | |
@@ -254,7 +254,7 @@ jobs: | |||
| 254 | 254 | # Generate documentation using docurium. We'll upload the documentation | |
| 255 | 255 | # as a build artifact so that it can be reviewed as part of a pull | |
| 256 | 256 | # 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 | ||
| 258 | 258 | # published to our documentation site. | |
| 259 | 259 | documentation: | |
| 260 | 260 | name: Generate documentation | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Nightly build for the master branch across multiple targets. | ||
| 1 | + # Nightly build for the main branch across multiple targets. | ||
| 2 | 2 | name: Nightly Build | |
| 3 | 3 | ||
| 4 | 4 | on: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments