Skip to content
Snippets Groups Projects
Commit 013bfbdc authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Enable lcg98 in the CI.

parent 75f543b4
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ name: CI ...@@ -6,9 +6,9 @@ name: CI
on: on:
# Triggers the workflow on push or pull request events but only for the master branch # Triggers the workflow on push or pull request events but only for the master branch
push: push:
branches: [ master ] branches: [ master, lcg98 ]
pull_request: pull_request:
branches: [ master ] branches: [ master, lcg98 ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment