only build when there's a tag

This commit is contained in:
Chris 2023-11-13 10:05:41 +01:00
parent 205b7437d3
commit e47634cc8a

View file

@ -2,8 +2,6 @@ name: ci
on:
push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request: