Skip to content

Add a title to the NOFO export template #1233

Add a title to the NOFO export template

Add a title to the NOFO export template #1233

Workflow file for this run

# main.yml
name: Orchestrator Workflow
on:
pull_request:
branches:
- "**"
push:
branches:
- main
jobs:
ci:
uses: ./.github/workflows/django_ci.yml # Call the CI workflow
with:
branch: ${{ github.ref_name }}
secrets: inherit