chore: only run ci on branch push

This commit is contained in:
2026-01-24 16:22:08 +01:00
parent ba08395a42
commit 5cafcf3e3f

View File

@@ -2,6 +2,10 @@ name: ci
on: on:
push: push:
branches:
- "**"
tags-ignore:
- "**"
pull_request: pull_request:
workflow_dispatch: workflow_dispatch: