Skip to content

Commit

Permalink
修改ci配置
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Oct 27, 2024
1 parent 484dc4f commit d069ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/auto-commit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
- main
- "releases/**"
workflow_dispatch:
pull_request:
branches:
- main
- "releases/**"

jobs:
test:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ permissions:
on:
push:
workflow_dispatch:

pull_request:
branches:
- main
- "releases/**"
env:
IMAGE_TAG: ${{ github.ref_name }}
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit d069ce3

Please sign in to comment.