From 6b2bc0adc0564a3e6b3d6bcea5e71e5694a3dfbf Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 13 May 2024 15:39:42 +0100 Subject: [PATCH] cicd: run build-snapshot against prs --- .github/workflows/build-snapshot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 3ae8a3d..fac7797 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -2,8 +2,10 @@ name: "Build Snapshot" on: - - push - - workflow_dispatch + push: + workflow_dispatch: + pull_request: + branches: [main] jobs: build-snapshot: