Limit CI triggers to PRs and main pushes

This commit is contained in:
Sami Samhuri 2026-02-07 19:55:53 -08:00
parent cb82a6598a
commit c84afe2a4e
No known key found for this signature in database

View file

@ -2,6 +2,8 @@ name: CI
on:
push:
branches:
- main
pull_request:
jobs: