Skip to content

Commit

Permalink
ops(deploy): limit on tag not branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu12329 committed Feb 25, 2024
1 parent b4a7e69 commit de5dabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_run:
workflows: [Docker Image CI]
types: [completed]
branches: [master]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
deploy:
Expand Down

0 comments on commit de5dabe

Please sign in to comment.