mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-19 20:16:52 +00:00
Disable the rpi build for develop and master (#330)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user