Skip to content

Commit ac24c50

Browse files
authored
chore: use main for running ci
1 parent d5960b5 commit ac24c50

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
@@ -3,9 +3,9 @@ name: ci
33

44
on:
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
workflow_dispatch:
1010

1111
concurrency:

0 commit comments

Comments
 (0)