Run CI on tag pushes

This commit is contained in:
Nathan Sobo 2021-05-17 16:47:42 -06:00
parent 4f8caedf94
commit 28988fcbb5

View file

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