mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-21 09:14:10 +00:00
build: check for release notes before release #448
This commit is contained in:
parent
1ced7fb41e
commit
df66b6fade
8 changed files with 133 additions and 38 deletions
.github/workflows
|
@ -1,4 +1,4 @@
|
|||
name: Deploy
|
||||
name: docs-build-deployment
|
||||
|
||||
on:
|
||||
push: # Build on all pushes but only deploy for main branch
|
|
@ -1,4 +1,4 @@
|
|||
name: Build
|
||||
name: docs-build
|
||||
|
||||
on:
|
||||
push: # Build on all pushes but only deploy for main branch
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: version-release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
Loading…
Add table
Add a link
Reference in a new issue