Skip to content

feat(server+ui): export campaign execution report as pdf #95

feat(server+ui): export campaign execution report as pdf

feat(server+ui): export campaign execution report as pdf #95

Workflow file for this run

name: "Build all"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
uses: ./.github/workflows/build-all-template.yml
with:
skipTests: ${{ startsWith(github.head_ref, 'release/') }}