ci: use prerelease logic (#2553)
This commit is contained in:
parent
26ceec5f3c
commit
e898be1b7e
26 changed files with 450 additions and 1194 deletions
4
.github/workflows/update-pages.yml
vendored
4
.github/workflows/update-pages.yml
vendored
|
|
@ -3,14 +3,14 @@ name: Build GH-Pages
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master, nightly]
|
||||
branches: [master]
|
||||
types: [opened, synchronize, reopened]
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: "${{ github.workflow }}-${{ github.ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue