Skip to content

Add Dockerfile and spring-boot-starter-actuator #64

Add Dockerfile and spring-boot-starter-actuator

Add Dockerfile and spring-boot-starter-actuator #64

Workflow file for this run

name: Use Template Java CI/CD
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "**" ]
jobs:
call-ci:
uses: Podzilla/templates/.github/workflows/ci.yml@main
with:
branch: 'refs/heads/main' # <<< Passes the branch name dynamically
secrets: inherit