Update and rename updateversion.yml to update_version.yml

This commit is contained in:
tooomm
2025-06-14 18:37:33 +02:00
committed by GitHub
parent 32893b6ef5
commit 1a44ac3b22

View File

@@ -5,10 +5,11 @@ on:
branches: [ master ]
paths:
- 'tokens.xml'
- 'version.txt'
concurrency:
group: version-bump-${{ github.ref }}
cancel-in-progress: false
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !contains(github.ref, '/master') }}
jobs:
update_version: