Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dhb112358@mail.ustc.edu.cn
CEPCSW
Commits
013bfbdc
Commit
013bfbdc
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
Enable lcg98 in the CI.
parent
75f543b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+2
-2
2 additions, 2 deletions
.github/workflows/main.yml
with
2 additions
and
2 deletions
.github/workflows/main.yml
+
2
−
2
View file @
013bfbdc
...
...
@@ -6,9 +6,9 @@ name: CI
on
:
# Triggers the workflow on push or pull request events but only for the master branch
push
:
branches
:
[
master
]
branches
:
[
master
,
lcg98
]
pull_request
:
branches
:
[
master
]
branches
:
[
master
,
lcg98
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment