Skip to content

Commit da117fb

Browse files
fix: update workflow
1 parent 855a86d commit da117fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Python Package
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
permissions:
77
contents: write
88
id-token: write
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout master branch
15+
- name: Checkout main branch
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0

0 commit comments

Comments
 (0)