mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 02:18:57 +00:00
Enable workflow_dispatch for ssc335 and xm530
This commit is contained in:
6
.github/workflows/ssc335_images.yml
vendored
6
.github/workflows/ssc335_images.yml
vendored
@@ -1,11 +1,7 @@
|
||||
name: OpenIPC for SSC335
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_core:
|
||||
|
||||
6
.github/workflows/xm530_images.yml
vendored
6
.github/workflows/xm530_images.yml
vendored
@@ -1,11 +1,7 @@
|
||||
name: OpenIPC for XM530
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_core:
|
||||
|
||||
Reference in New Issue
Block a user