Enhance PDF generation logic and improve alternateFormats check in wo… #127
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |