fix: only run CI on pull requests, not on push to main

This commit is contained in:
Ryan Moon
2026-04-01 21:47:20 -05:00
parent 384f985a77
commit 9c8ceba461

View File

@@ -1,8 +1,6 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: