Skip to content

feat(dag): register fireflyframework-security-bff as a first-class fr… #64

feat(dag): register fireflyframework-security-bff as a first-class fr…

feat(dag): register fireflyframework-security-bff as a first-class fr… #64

Workflow file for this run

name: CI
on:
push:
branches: [develop, main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
pull_request:
branches: [develop, main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
workflow_dispatch:
inputs:
triggered-by:
description: 'Orchestrator run ID'
required: false
type: string
jobs:
build-and-test:
uses: fireflyframework/.github/.github/workflows/go-ci.yml@main
with:
go-version: '1.25'
secrets: inherit