Skip to content

Commit

Permalink
fix: change hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Nov 11, 2022
1 parent b3dd014 commit 67f98f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy to dockerHub
on:
push:
tags:
- "v*.*.*-*"
- "v*.*.*"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release to github
on:
push:
tags:
- "v*.*.*-*"
- "v*.*.*"

jobs:
create:
Expand Down

0 comments on commit 67f98f4

Please sign in to comment.