mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
docs: only release docs on new version
This commit is contained in:
parent
c346c7cb31
commit
2925425750
1 changed files with 10 additions and 7 deletions
9
.github/workflows/astro.yml
vendored
9
.github/workflows/astro.yml
vendored
|
|
@ -2,10 +2,13 @@ name: Deploy to GitHub Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
- "v*"
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- '.github/workflows/**'
|
||||
- "docs/**"
|
||||
- ".github/workflows/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue