mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 12:05:25 +00:00
fix: change to workflow_dispatch
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
13
.github/workflows/publish-prev-docs.yml
vendored
13
.github/workflows/publish-prev-docs.yml
vendored
@@ -1,12 +1,13 @@
|
||||
name: "Publish : Docs with < v0.90"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "packages/noco-docs-prev/**"
|
||||
release:
|
||||
types: [ published ]
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [ master ]
|
||||
# paths:
|
||||
# - "packages/noco-docs-prev/**"
|
||||
# release:
|
||||
# types: [ published ]
|
||||
|
||||
jobs:
|
||||
copy-file:
|
||||
|
||||
Reference in New Issue
Block a user