Skip to content

Commit 3587169

Browse files
committed
chore: remove the unnecessary main branch
1 parent cce0d44 commit 3587169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Run tests
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches:
6+
- main
67
pull_request:
78

89
jobs:

0 commit comments

Comments
 (0)