.github/workflows/ci.yml 🔗
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
+ tags:
+ - "v*"
pull_request:
branches:
- "**"
Nathan Sobo created
.github/workflows/ci.yml | 2 ++
1 file changed, 2 insertions(+)
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
+ tags:
+ - "v*"
pull_request:
branches:
- "**"