mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21: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
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
5
.github/workflows/python-publish.yml
vendored
5
.github/workflows/python-publish.yml
vendored
|
|
@ -9,8 +9,9 @@
|
|||
name: Upload Python Package
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue