Skip to content

Commit 1e611d2

Browse files
committed
Fix default branch name
1 parent 81f8a10 commit 1e611d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: tests
22

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

89
jobs:

0 commit comments

Comments
 (0)