feat: Update ci workflow to only work on pushes to main branch and pull requests.

This commit is contained in:
2024-11-20 15:10:23 -05:00
parent df05898a65
commit 6c1fec4aa2

View File

@@ -2,6 +2,7 @@
name: CI
on:
push:
branches: ["main"]
pull_request:
jobs: