From 63bd8791019cfaf7b782c4600464d8cd9240351c Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 21 Sep 2024 16:23:06 -0400 Subject: [PATCH] Run CI on pull requests. --- .forgejo/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index 72f7f50..fc35606 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -1,6 +1,6 @@ name: Compile Cytoplasm run-name: Compile Cytoplasm on ${{ forgejo.actor }} -on: [push] +on: [push, pull_request] jobs: "Compile Cytoplasm":