forked from platformio/platformio-core
Run deployment on tags
This commit is contained in:
3
.github/workflows/deployment.yml
vendored
3
.github/workflows/deployment.yml
vendored
@ -3,8 +3,9 @@ name: Deployment
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "release/**"
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
deployment:
|
||||
|
Reference in New Issue
Block a user