Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Dec 12, 2024
1 parent 3d6c56d commit 49aaff0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ on:
- '**' # thus ignoring tagging
pull_request:
workflow_dispatch:
inputs:
LUCEE_BUILD_JAVA_VERSION:
required: true
type: string
default: '21'
LUCEE_TEST_JAVA_VERSION:
description: Optional Java Test version, default is the build java version
required: false
type: string

#concurrency:
# group: ${{ github.head_ref }}
Expand Down Expand Up @@ -301,4 +310,4 @@ jobs:
echo "Trigger Docker Build on Travis https://travis-ci.com/github/lucee/lucee-dockerfiles"
chmod +x travis-docker-build.sh
./travis-docker-build.sh

0 comments on commit 49aaff0

Please sign in to comment.