fix(ci): only run on main branch, stop tag cascade
CI / Build & Test (push) Successful in 1m37s

Made-with: Cursor
This commit is contained in:
Raven Scott
2026-02-27 18:36:51 -05:00
parent 5c96db95b6
commit 39477e4c43
+3 -1
View File
@@ -3,8 +3,10 @@ name: CI
on: on:
push: push:
branches: branches:
- '**' - main
pull_request: pull_request:
branches:
- main
jobs: jobs:
ci: ci: