From 93239a43094baae9283de6650d6b1f5060bb1fe5 Mon Sep 17 00:00:00 2001 From: Harri Makelin Date: Mon, 13 May 2024 14:03:53 +0100 Subject: [PATCH] Disable docker upload workflow on master branch to reduce redundant testing --- .github/workflows/push_gisnav_images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_gisnav_images.yml b/.github/workflows/push_gisnav_images.yml index 58c52c65..5c5b2121 100644 --- a/.github/workflows/push_gisnav_images.yml +++ b/.github/workflows/push_gisnav_images.yml @@ -1,8 +1,8 @@ name: Push latest GISNav multi-arch Docker images to GHCR on: - push: - branches: [ "master" ] + #push: + # branches: [ "master" ] pull_request: branches: [ "master" ]