dev: ci: binaries-*: name branches like workflows
This commit is contained in:
parent
92e7d9200c
commit
b917b8a310
@ -8,7 +8,7 @@ name: binaries-linux-arm32v7-static
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ ci-linux-arm32v7 ]
|
branches: [ binaries-linux-arm32v7-static ]
|
||||||
#tags:
|
#tags:
|
||||||
# - '[0-9]+.[0-9]+'
|
# - '[0-9]+.[0-9]+'
|
||||||
# - '[0-9]+.[0-9]+-*'
|
# - '[0-9]+.[0-9]+-*'
|
||||||
|
|||||||
@ -8,7 +8,7 @@ name: binaries-linux-x64-static
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ ci-linux-x64, binaries ]
|
branches: [ binaries-linux-x64-static, binaries ]
|
||||||
#tags:
|
#tags:
|
||||||
# - '[0-9]+.[0-9]+'
|
# - '[0-9]+.[0-9]+'
|
||||||
# - '[0-9]+.[0-9]+-*'
|
# - '[0-9]+.[0-9]+-*'
|
||||||
|
|||||||
2
.github/workflows/binaries-mac-x64.yml
vendored
2
.github/workflows/binaries-mac-x64.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 07 * * 0" # sunday midnight pacific
|
- cron: "0 07 * * 0" # sunday midnight pacific
|
||||||
push:
|
push:
|
||||||
branches: [ ci-mac, binaries ]
|
branches: [ binaries-mac-x64, binaries ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/binaries-windows-x64.yml
vendored
2
.github/workflows/binaries-windows-x64.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 07 * * 0" # sunday midnight pacific
|
- cron: "0 07 * * 0" # sunday midnight pacific
|
||||||
push:
|
push:
|
||||||
branches: [ ci-windows, binaries ]
|
branches: [ binaries-windows-x64, binaries ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user