From 2cc9efc1a03387e9950fc0d1bc5d099b6ac0f998 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Thu, 14 Oct 2021 15:20:57 -0500 Subject: [PATCH] Disable the rpi build for develop and master (#330) --- .github/workflows/rpi_image_creation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rpi_image_creation.yml b/.github/workflows/rpi_image_creation.yml index b69a9adb..873223d9 100644 --- a/.github/workflows/rpi_image_creation.yml +++ b/.github/workflows/rpi_image_creation.yml @@ -4,9 +4,9 @@ name: Generate a RaSCSI OS image, based upon the official Rapsberry Pi OS on: # Triggers the workflow on push or pull request events but only for the rpi_image_creation branch push: - branches: [ rpi_image_creation, develop, master ] + branches: [ rpi_image_creation ] pull_request: - branches: [ rpi_image_creation, develop, master ] + branches: [ rpi_image_creation ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: