DIGITAL-98: Deployment pipeline. #9
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: Validation | |
on: | |
# Commit message validation requires a target branch which is only available in a PR. | |
pull_request: | |
push: | |
branches: | |
- 'feature/**' | |
jobs: | |
validate: | |
uses: ./.github/workflows/validation-run.yml | |
secrets: inherit |