Skip to content

Enhance PDF generation logic and improve alternateFormats check in wo… #127

Enhance PDF generation logic and improve alternateFormats check in wo…

Enhance PDF generation logic and improve alternateFormats check in wo… #127

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- '**'
pull_request:
release:
types: [published, prereleased]
jobs:
build:
uses: ./.github/workflows/build.yml
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}