Add CI/CD workflow configuration for main branch #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
| name: Main CI/CD | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - main | ||
| pull_request: | ||
| branches: | ||
| - '**' | ||
| paths: | ||
| - '*.json' | ||
| - '*.yaml' | ||
| # Trigger CI for repository-meta file so required sonarqube check still gets posted | ||
| merge_group: | ||
| types: | ||
| - checks_requested # this is the one that's isn't triggering Codacy analysis | ||