mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
ci: rename linux workflows, branches
workflow linux-static-x64.yml is now linux-x64.yml and its branch ci-linux-static is now ci-linux-x64 workflow linux-static-arm32v7.yml is now linux-arm32v7.yml and its branch ci-linux-static-arm32 is now ci-linux-arm32v7
This commit is contained in:
parent
1a646cd092
commit
9e24cca793
@ -2,7 +2,7 @@ name: build linux static arm32v7
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ ci-linux-static-arm32 ]
|
||||
branches: [ ci-linux-arm32v7 ]
|
||||
#tags:
|
||||
# - '[0-9]+.[0-9]+'
|
||||
# - '[0-9]+.[0-9]+-*'
|
@ -2,7 +2,7 @@ name: build linux static x64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ ci-linux-static ]
|
||||
branches: [ ci-linux-x64 ]
|
||||
#tags:
|
||||
# - '[0-9]+.[0-9]+'
|
||||
# - '[0-9]+.[0-9]+-*'
|
Loading…
Reference in New Issue
Block a user