feat(workflow): run on normal commits too

This commit is contained in:
aria 2025-06-14 03:17:54 +10:00
parent 137ebf4d00
commit e72571ec1e
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -2,6 +2,8 @@ name: Build and Release
on:
push:
branches:
- '*'
tags:
- '*'
workflow_dispatch: