DIGITAL-119: Configure media library edit for all images. #994
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 |