Skip to content

Commit 1583191

Browse files
correcting branch misname
1 parent fffc079 commit 1583191

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches: [ "master" ]
55
pull_request:
6-
branches: [ "main" ]
7-
6+
branches: [ "master" ]
87
jobs:
98
test:
109
name: setup and run tests

0 commit comments

Comments
 (0)