mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
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