Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1f4a69bd1 | |||
| dea9106556 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -3,7 +3,7 @@ name: Build & publish docs (rc + release)
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "rc-*"
|
||||
- "rc*"
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
steps:
|
||||
# -------------------------
|
||||
# RC-only step
|
||||
# -------------------------
|
||||
|
||||
Reference in New Issue
Block a user