fix(shuttle): deploy when a new tag is created

This commit is contained in:
Orhun Parmaksız 2023-07-01 17:45:41 +03:00
parent a402776739
commit 39f9a62425
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 3 additions and 2 deletions

View File

@ -4,13 +4,14 @@ on:
push:
branches:
- master
tags:
- "v*.*.*"
pull_request:
branches:
- master
tags:
- "v*.*.*"
workflow_dispatch:
jobs:
build:
name: Build / Deploy