ci: rework actions

- build now only runs on non-versioned tags and PRs
- release runs on versioned tags only
This commit is contained in:
xenticore
2025-03-21 14:31:45 -04:00
parent 127aee2476
commit 4b8917de19
2 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
tags-ignore:
- 'v*'
pull_request:
jobs:
build: