From e07aa0d6015ba7d37ef230671498c51db9cd2e87 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Tue, 1 Oct 2024 21:26:29 +0200 Subject: [PATCH] Add support for CI run on PRs and manual workflow dispatch --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cda4ef..fa93299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: CI on: push: branches: [main] + pull_request: + branches: [main] + workflow_dispatch: permissions: contents: write