Skip to content

Commit b6fc4c7

Browse files
committed
specify a correct branch in ci action
1 parent eaf484b commit b6fc4c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run tests
22

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

99
jobs:
1010
build:
@@ -14,6 +14,7 @@ jobs:
1414
python-version:
1515
- "3.11"
1616
- "3.12"
17+
- "3.13"
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)