ci(push-validation): trigger only on main pushes

This commit is contained in:
Micheal Wilkinson
2026-03-21 21:15:19 +00:00
parent ae86431d50
commit 354f3599b4

View File

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