From 18633dcd8876ffe29ff5269863b93aa15678d74f Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 10 May 2024 09:28:55 +0100 Subject: [PATCH] ci: Stop producing Docker images for PRs --- .github/workflows/docker-image.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 619f9f0e..2ab07257 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -9,9 +9,6 @@ on: - '*.*.*' # branches: # - 'release' - pull_request: - branches: - - 'main' # Defines two custom environment variables for the workflow. These are used # for the Container registry domain, and a name for the Docker image that