Merge pull request #10 from TrustedComputingGroup/update-template-mod… #1
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
| # Render the document on pushes to main. | |
| name: Render (Push) | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| render-all-parts: | |
| uses: ./.github/workflows/render.yml | |
| with: | |
| workflow: push |