Skip to content

Commit cfdc1bf

Browse files
committed
cleanup github actions config
1 parent de42252 commit cfdc1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Starling
22

33
on:
44
push:
5-
branches: [ "main", "release-0.1.4" ]
5+
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
88

@@ -45,7 +45,7 @@ jobs:
4545
uses: snok/install-poetry@v1
4646
- uses: actions/setup-python@v4
4747
with:
48-
python-version: '3.9'
48+
python-version: '3.12'
4949
cache: 'poetry'
5050
- name: Install project
5151
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)