mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-09-13 20:16:45 -05:00
Update and rename updateversion.yml to update_version.yml
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user