We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca7cd0 commit 9daa21aCopy full SHA for 9daa21a
1 file changed
.github/workflows/ci.yml
@@ -2,19 +2,17 @@ name: ci
2
on:
3
push:
4
branches:
5
- - master
6
- main
7
permissions:
8
contents: write
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
-# if: github.event.repository.fork == false
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-python@v4
16
with:
17
- python-version: 3.x
+ python-version: 3.9
18
- uses: actions/cache@v2
19
20
key: ${{ github.ref }}
0 commit comments