Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
ba6824db
Unverified
Commit
ba6824db
authored
Jan 07, 2021
by
Edward Thomson
Committed by
GitHub
Jan 07, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5771 from lhchavez/fix-ci
github-actions: Also rename the main branch here
parents
c31032a3
1ddffb05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/main.yml
+4
-4
.github/workflows/nightly.yml
+1
-1
No files found.
.github/workflows/main.yml
View file @
ba6824db
# Continuous integration and pull request validation builds for the
# ma
ster
and maintenance branches.
# ma
in
and maintenance branches.
name
:
CI Build
on
:
push
:
branches
:
[
ma
ster
,
maint/*
]
branches
:
[
ma
in
,
maint/*
]
pull_request
:
branches
:
[
ma
ster
,
maint/*
]
branches
:
[
ma
in
,
maint/*
]
env
:
docker-registry
:
docker.pkg.github.com
...
...
@@ -254,7 +254,7 @@ jobs:
# Generate documentation using docurium. We'll upload the documentation
# as a build artifact so that it can be reviewed as part of a pull
# request or in a forked build. For CI builds in the main repository's
# ma
ster
branch, we'll push the gh-pages branch back up so that it is
# ma
in
branch, we'll push the gh-pages branch back up so that it is
# published to our documentation site.
documentation
:
name
:
Generate documentation
...
...
.github/workflows/nightly.yml
View file @
ba6824db
# Nightly build for the ma
ster
branch across multiple targets.
# Nightly build for the ma
in
branch across multiple targets.
name
:
Nightly Build
on
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment