mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Disable the rpi build for develop and master (#330)
This commit is contained in:
parent
e0f5a7e17c
commit
2cc9efc1a0
4
.github/workflows/rpi_image_creation.yml
vendored
4
.github/workflows/rpi_image_creation.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user