From 2f3675357b4249a24f870e385274b1b5ec666010 Mon Sep 17 00:00:00 2001 From: Michael Reinstein Date: Thu, 14 Dec 2023 06:54:48 -0800 Subject: [PATCH] Update main.yml run CI on PR activity --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8335701..9c939cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ name: CI # Controls when the workflow will run on: + # Triggers the workflow when activity on a pull request in the workflow's repository occurs + pull_request: + # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ]