Disable the rpi build for develop and master (#330)

This commit is contained in:
akuker 2021-10-14 15:20:57 -05:00 committed by GitHub
parent e0f5a7e17c
commit 2cc9efc1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: