Skip to content

Commit

Permalink
Merge pull request #62 from Blvckleg/deploy-pipeline
Browse files Browse the repository at this point in the history
ops(deploy): limit on tag not branch
  • Loading branch information
lulu12329 authored Feb 25, 2024
2 parents 3a1426d + de5dabe commit 93a4210
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 93a4210

Please sign in to comment.