fix(ci): only trigger on branch pushes, not tags
CI / Build & Test (push) Has been cancelled

Made-with: Cursor
This commit is contained in:
Raven Scott
2026-02-27 18:34:41 -05:00
parent dcc3fadf62
commit e8f7c3ac08
-2
View File
@@ -4,8 +4,6 @@ on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
jobs: