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:
Simon Michael 2021-12-09 15:38:26 -10:00
parent 1a646cd092
commit 9e24cca793
2 changed files with 2 additions and 2 deletions

View File

@ -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]+-*'

View File

@ -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]+-*'