mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Add dispatch
This commit is contained in:
5
.github/workflows/build_gradle_project.yaml
vendored
5
.github/workflows/build_gradle_project.yaml
vendored
@@ -2,6 +2,11 @@
|
||||
name: Build Gradle Project
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
project:
|
||||
description: 'The project to build'
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
project:
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
name: Publish Gradle Project
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
project:
|
||||
description: 'The project to publish'
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
project:
|
||||
|
||||
Reference in New Issue
Block a user