T349803, T369642, T352252, T368382: nx monorepo setup for versioning, and CHANGELOG generation #1096
Workflow file for this run
This file contains 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: 🏗️ Build and Test PR | |
on: | |
pull_request: | |
paths-ignore: | |
- "docs/**" | |
- "**/*.md" | |
- "**/*.txt" | |
- "*.md" | |
- "*.txt" | |
jobs: | |
_: | |
uses: ./.github/workflows/_build_test.yml |