There was an error while loading. Please reload this page.
1 parent bd9baa8 commit cee62afCopy full SHA for cee62af
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: master
+ branches: main
6
pull_request:
7
8
jobs:
@@ -20,12 +20,12 @@ jobs:
20
python-version: "3.14"
21
- run: python .github/api.py
22
- uses: actions/upload-pages-artifact@v3
23
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
24
with:
25
path: ./dist
26
27
deploy:
28
29
runs-on: ubuntu-latest
30
needs: build
31
permissions:
0 commit comments