Skip to content

Commit 911e27f

Browse files
fix(ci): run in correct branch
1 parent 1266f12 commit 911e27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: ci
44

55
on:
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88
push:
9-
branches: [ main ]
9+
branches: [ master ]
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)