ci(push-validation): trigger on all branches

This commit is contained in:
Micheal Wilkinson
2026-03-21 21:17:56 +00:00
parent 74640ddaa8
commit 0691c54965

View File

@@ -3,7 +3,7 @@ name: Push Validation
on: on:
push: push:
branches: branches:
- "main" - "**"
tags-ignore: tags-ignore:
- "*" - "*"