dev: ci: binaries-*: name branches like workflows

This commit is contained in:
Simon Michael 2022-08-18 03:19:42 +01:00
parent 92e7d9200c
commit b917b8a310
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -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:

View File

@ -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: