Skip to content

Commit

Permalink
fix push branches
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed Feb 8, 2024
1 parent 4a98c54 commit c831d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- main # 或你的默认分支名
- master # 或你的默认分支名
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c831d76

Please sign in to comment.