Skip to content

Commit

Permalink
Change workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Aug 22, 2023
1 parent 4679931 commit 49e1cab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Publish SDK Reference Docs

on:
push:
# workflow_dispatch:
# inputs:
# version:
# description: 'Version to publish'
# required: true
workflow_run:
workflows: ["Publish to NPM"]
types:
- completed
# workflow_run:
# workflows: ["Publish to NPM"]
# types:
# - completed

jobs:
PublishDocs:
Expand Down

0 comments on commit 49e1cab

Please sign in to comment.