Skip to content

Commit 1ddffb0

Browse files
committed
github-actions: Also rename the main branch here
This should fix the CI.
1 parent c31032a commit 1ddffb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Continuous integration and pull request validation builds for the
2-
# master and maintenance branches.
2+
# main and maintenance branches.
33
name: CI Build
44

55
on:
66
push:
7-
branches: [ master, maint/* ]
7+
branches: [ main, maint/* ]
88
pull_request:
9-
branches: [ master, maint/* ]
9+
branches: [ main, maint/* ]
1010

1111
env:
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

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
22
name: Nightly Build
33

44
on:

0 commit comments

Comments
 (0)