From 15c9e822deb36ede1004b914165e2c5244cdd1f1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 20 Oct 2021 21:34:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Only=20execute=20CD=20on=20pushe?= =?UTF-8?q?s=20to=20the=20main=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-images.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 6b7176c..8e5ce61 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -3,8 +3,6 @@ name: Build docker images on: push: branches: [ main ] - pull_request: - branches: [ main ] jobs: build-backend: