Skip to content

Commit

Permalink
修复release没有触发Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro authored Apr 14, 2023
1 parent 250e464 commit 40a5c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- 'develop-zh'
release:
types: [published]
release:
types: [published]
jobs:
Docker-Buildx:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40a5c60

Please sign in to comment.