fix(ci): run on all branches

This commit is contained in:
2025-01-19 21:22:02 +01:00
parent f2c1101bbe
commit 61c1c1ab97
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch: {}