Skip to content

Commit 776db7a

Browse files
committed
Correct branch name
1 parent d7ea5ff commit 776db7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/astral-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: astral-test
22

33
on:
44
push:
5-
branches: ["main", "develop"]
5+
branches: ["master", "develop"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["master"]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)