Add dispatch

This commit is contained in:
AngrySoundTech
2024-02-07 20:41:50 -05:00
parent 017a00b226
commit 0d3bbb8fe4
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
name: Build Gradle Project
on:
workflow_dispatch:
inputs:
project:
description: 'The project to build'
type: string
workflow_call:
inputs:
project:

View File

@@ -2,6 +2,11 @@
name: Publish Gradle Project
on:
workflow_dispatch:
inputs:
project:
description: 'The project to publish'
type: string
workflow_call:
inputs:
project: