Trigger GitHub Actions workflow on release tags (#614)

This commit is contained in:
Casey Rodarmor 2020-03-18 09:13:42 -07:00 committed by GitHub
parent 985a6a833d
commit 48892479a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- master - master
tags:
- v*.*.*
pull_request: pull_request:
branches: branches:
- master - master