Skip to content

Commit

Permalink
try action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy626 committed Sep 20, 2024
1 parent a5b5490 commit 6e0819d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflow/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- master
pull_request: # 在main分支合并别人提的pr时
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e0819d

Please sign in to comment.