Merge pull request #740 from statping/dev

deploy latest action
pull/741/head^2
Hunter Long 2020-07-10 12:15:35 -07:00 committed by GitHub
commit ee2ee49c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: Deploy Master Release
on: deployment
on:
push:
tags:
- 'v*.*.*'
jobs:
docker-release: