Skip to content

Commit

Permalink
ci: only generate typedoc on push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 17, 2024
1 parent 49eaa38 commit 2237243
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: TypeDoc

on:
# Runs on pushes targeting the default branch
# Runs on pushes of tags starting with 'v'
push:
branches: ["main"]
tags:
- "v*"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 2237243

Please sign in to comment.