summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-21 20:15:49 -0400
committerseth <[email protected]>2024-05-21 20:15:49 -0400
commitda87043057f3d737eda4d38f00c669a43e26297d (patch)
tree42d15f7eab07ffc1c3f065c37c2437fa9ad0e886
parente8615964144b92d910fca165debcb68a0ffecf88 (diff)
ci: only test on pushes to main
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c348932..458b81f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -2,6 +2,7 @@ name: CI
on:
push:
+ branches: [main]
workflow_dispatch:
jobs: