From 2bc85cce56ec6a03c39465a14100bc4a481dd7fa Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Mon, 4 Nov 2024 07:49:14 +0100 Subject: [PATCH] Run workflow on pull requests --- .github/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 81927d7..3c5a418 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -6,6 +6,7 @@ on: - '*' tags: - '*' + pull_request: jobs: build_binaries: