CI: Add wildcard branch to check workflow
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-02-19 02:06:42 -03:00
commit ed30ee7b75

View file

@ -1,5 +1,7 @@
on: on:
push: push:
branches:
- '*'
paths: paths:
- src/** - src/**
- tests/** - tests/**