Skip to content

Add me endpoint (#21) #59

Add me endpoint (#21)

Add me endpoint (#21) #59

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