Skip to content

Commit df75a5e

Browse files
committed
Enable CI for 7.10
1 parent d1e501e commit df75a5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/jsroot-ci.yml renamed to .github/workflows/jsroot-ci-710.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
name: JSROOT CI
1+
name: JSROOT CI 7.10
22

33
on:
44
push:
55
branches:
6-
- "master"
7-
pull_request:
8-
branches:
9-
- "master"
10-
- "dev"
6+
- "7.10"
117

128
jobs:
139
build-ubuntu:

0 commit comments

Comments
 (0)