From edd74fe29d046615189f6f93dcaa4a77cde8b180 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Tue, 25 Jun 2024 14:55:57 -0700 Subject: [PATCH] Only run workflows on merge Signed-off-by: John Kjell --- .github/workflows/pipeline.yml | 3 --- pr-1/pipeline.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 85482e5..9fbe79f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,9 +8,6 @@ on: push: branches: - 'main' - pull_request: - branches: - - '*' jobs: build-image: diff --git a/pr-1/pipeline.yml b/pr-1/pipeline.yml index 9a117da..d4eb5b3 100644 --- a/pr-1/pipeline.yml +++ b/pr-1/pipeline.yml @@ -8,9 +8,6 @@ on: push: branches: - 'main' - pull_request: - branches: - - '*' jobs: build-image: