From 53cb50a36e623c1dffea8a219167f634a3072a01 Mon Sep 17 00:00:00 2001 From: Fabrice Drouin Date: Wed, 16 Feb 2022 11:43:50 +0100 Subject: [PATCH] Restrict building and publishing docker images to new pushes on master (#2182) It is not really useful to build docker images for PRs and would not work anyway for forks that are not in the ACINQ repo. --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c8aa2ebe5..8d145e39c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,8 +3,6 @@ name: Docker Image CI on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: