mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 11:52:43 +03:00
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:
|
||||
push:
|
||||
branches: [ ci-linux-arm32v7 ]
|
||||
branches: [ binaries-linux-arm32v7-static ]
|
||||
#tags:
|
||||
# - '[0-9]+.[0-9]+'
|
||||
# - '[0-9]+.[0-9]+-*'
|
||||
|
@ -8,7 +8,7 @@ name: binaries-linux-x64-static
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ ci-linux-x64, binaries ]
|
||||
branches: [ binaries-linux-x64-static, binaries ]
|
||||
#tags:
|
||||
# - '[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:
|
||||
- cron: "0 07 * * 0" # sunday midnight pacific
|
||||
push:
|
||||
branches: [ ci-mac, binaries ]
|
||||
branches: [ binaries-mac-x64, binaries ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/binaries-windows-x64.yml
vendored
2
.github/workflows/binaries-windows-x64.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
schedule:
|
||||
- cron: "0 07 * * 0" # sunday midnight pacific
|
||||
push:
|
||||
branches: [ ci-windows, binaries ]
|
||||
branches: [ binaries-windows-x64, binaries ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user