Browse Source

fix: change to workflow_dispatch

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1595/head
Wing-Kam Wong 3 years ago
parent
commit
e5cd913f3b
  1. 13
      .github/workflows/publish-prev-docs.yml

13
.github/workflows/publish-prev-docs.yml

@ -1,12 +1,13 @@
name: "Publish : Docs with < v0.90" name: "Publish : Docs with < v0.90"
on: on:
push: workflow_dispatch:
branches: [ master ] # push:
paths: # branches: [ master ]
- "packages/noco-docs-prev/**" # paths:
release: # - "packages/noco-docs-prev/**"
types: [ published ] # release:
# types: [ published ]
jobs: jobs:
copy-file: copy-file:

Loading…
Cancel
Save