mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
PyroFork: Build docs only on new release
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
99e3f3e317
commit
cbbd0e0dd2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Build-docs
|
||||
|
||||
on: push
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue