Skip to content

Commit a86e2c6

Browse files
committed
Fixed CI
1 parent a10d197 commit a86e2c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Compile, run tests and check code style
22

33
on:
44
push:
5-
branches: [ "master", "test-ci" ]
5+
branches:
6+
- '**'
67
pull_request:
7-
branches: [ "master" ]
8+
branches:
9+
- '**'
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)