Skip to content

Commit cee62af

Browse files
committed
Branch rename
1 parent bd9baa8 commit cee62af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: master
5+
branches: main
66
pull_request:
77

88
jobs:
@@ -20,12 +20,12 @@ jobs:
2020
python-version: "3.14"
2121
- run: python .github/api.py
2222
- uses: actions/upload-pages-artifact@v3
23-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
23+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
2424
with:
2525
path: ./dist
2626

2727
deploy:
28-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
28+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
2929
runs-on: ubuntu-latest
3030
needs: build
3131
permissions:

0 commit comments

Comments
 (0)