Chore/KT-113: Update releases to use shared workflows #1
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: Version Check | ||
# This version check only runs if the branch is prefixed with 'release/' | ||
# The logic for this can only be applied at the job level, hence this comment. | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- feature/major-release | ||
jobs: | ||
test: | ||
name: 'Version Check' | ||
uses: statsbomb/kitbag-workflows/.github/workflows/version-check.yaml@main | ||
Check failure on line 14 in .github/workflows/version.yml GitHub Actions / .github/workflows/version.ymlInvalid workflow file
|
||
secrets: inherit |