Skip to content

Commit 9daa21a

Browse files
committed
Update ci.yml
1 parent 9ca7cd0 commit 9daa21a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ name: ci
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
permissions:
87
contents: write
98
jobs:
109
deploy:
1110
runs-on: ubuntu-latest
12-
# if: github.event.repository.fork == false
1311
steps:
1412
- uses: actions/checkout@v3
1513
- uses: actions/setup-python@v4
1614
with:
17-
python-version: 3.x
15+
python-version: 3.9
1816
- uses: actions/cache@v2
1917
with:
2018
key: ${{ github.ref }}

0 commit comments

Comments
 (0)