From 9d7773cbf377ccc5b7256643cacd8405bf9accbf Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Wed, 23 Oct 2024 11:14:54 -0400 Subject: [PATCH] chore: run CI for all branches --- .github/workflows/ci.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c057a1f..10b7e81b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,11 +2,14 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the main branch + # Triggers the workflow on push or pull request events push: - branches: [main] + branches: + - main pull_request: - branches: [main] + types: + - opened + - reopened # Allows you to run this workflow manually from the Actions tab workflow_dispatch: