Skip to content

Commit d16a88b

Browse files
committed
Switch default branch to 'main'
1 parent c816d53 commit d16a88b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

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

88
jobs:
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Deploy to Test PyPI
117117
uses: pypa/gh-action-pypi-publish@release/v1
118-
if: startsWith(github.ref, 'refs/head/master')
118+
if: startsWith(github.ref, 'refs/head/main')
119119
with:
120120
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
121121
repository_url: https://test.pypi.org/legacy/

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/upload-pages-artifact@v4
1919

2020
deploy:
21-
if: github.ref == 'refs/heads/master'
21+
if: github.ref == 'refs/heads/main'
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)