ci(push-validation): trigger only on main pushes
This commit is contained in:
@@ -3,7 +3,7 @@ name: Push Validation
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "main"
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user