Skip to content

Commit

Permalink
adjust CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 19, 2024
1 parent 58f3ad4 commit e390284
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jsroot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: JSROOT CI

on:
push:
branches: [ "master", "7.7" ]
branches:
- "master"
- "7.7"
pull_request:
branches: [ "master" ]
branches:
- "master"

jobs:
build-ubuntu:
Expand Down

0 comments on commit e390284

Please sign in to comment.