This commit is contained in:
5
.github/workflows/prerelease-docs.yml
vendored
5
.github/workflows/prerelease-docs.yml
vendored
@@ -3,7 +3,7 @@ name: Pre-release - Build and publish docs
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*-rc.*"
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -11,6 +11,9 @@ permissions:
|
||||
|
||||
jobs:
|
||||
prerelease:
|
||||
if: >
|
||||
startsWith(github.ref_name, 'v')
|
||||
&& contains(github.ref_name, '-rc')}}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user