Skip to content

Commit c017cc8

Browse files
committed
Update CI
1 parent 99b8bbc commit c017cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 2 * * *'
66
push:
77
branches:
8-
- 3.13
8+
- 3.14
99
workflow_dispatch:
1010

1111
permissions:
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
repository: python/cpython
28-
ref: 3.13
28+
ref: 3.14
2929

3030
- name: Set up Python
3131
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)