Skip to content

Commit 2e79ab8

Browse files
authored
Tests: Python 3.13 + Cron (#84)
* Python 3.13 + Cron * Build on PR to build/
1 parent ccd593c commit 2e79ab8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name: Test
33
on:
44
push:
55
branches: [ main ]
6-
# pull_request:
7-
# branches: [ main, feature/* ]
6+
pull_request:
7+
branches: [ build/* ]
8+
schedule: # monthly, first day
9+
- cron: 0 0 1 * *
810

911
jobs:
1012
build:
1113
runs-on: ubuntu-latest
1214
strategy:
1315
fail-fast: false
1416
matrix:
15-
python-version: [ "3.10", "3.11", "3.12" ]
17+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
1618

1719
steps:
1820
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)