We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7fb13 commit c8c2af3Copy full SHA for c8c2af3
2 files changed
.github/workflows/ci.yml
@@ -4,8 +4,15 @@ on:
4
branches: [develop]
5
pull_request:
6
branches: [develop, main]
7
+ workflow_dispatch:
8
+ inputs:
9
+ triggered-by:
10
+ description: 'Orchestrator run ID'
11
+ required: false
12
+ type: string
13
jobs:
14
build:
15
uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
16
with:
17
java-version: '25'
18
+
.github/workflows/release.yml
@@ -2,6 +2,12 @@ name: Release
2
on:
3
push:
tags: ['v*']
release:
uses: fireflyframework/.github/.github/workflows/java-release.yml@main
@@ -10,3 +16,4 @@ jobs:
permissions:
contents: write
packages: write
19
0 commit comments