Skip to content

Commit 951bc16

Browse files
committed
[CI] enable linting and tests
1 parent 0c45788 commit 951bc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Linting and unit tests
55
on:
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
pull_request:
9-
branches: [ "master" ]
9+
branches: [ "main" ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)