Skip to content

Commit

Permalink
Add workflow to check release version is correct (#54)
Browse files Browse the repository at this point in the history
* Add workflow to check release/hotfix version is correct
  • Loading branch information
dtip authored Nov 8, 2024
1 parent 7a1693b commit 397e88b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-release-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check VERSION file

on:
push:
branches:
- "release/**"
- "hotfix/**"

jobs:
check_version:
uses: ecmwf-actions/reusable-workflows/.github/workflows/check-release-version.yml@v2

0 comments on commit 397e88b

Please sign in to comment.