mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +00:00
PyroFork: Build docs and publish packages on new tags
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
8272c706a6
commit
903da76d6d
2 changed files with 6 additions and 4 deletions
5
.github/workflows/build-docs.yml
vendored
5
.github/workflows/build-docs.yml
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
name: Build-docs
|
name: Build-docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
5
.github/workflows/python-publish.yml
vendored
5
.github/workflows/python-publish.yml
vendored
|
|
@ -9,8 +9,9 @@
|
||||||
name: Upload Python Package
|
name: Upload Python Package
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue