Skip to content

Commit

Permalink
Add manual workflow trigger (#3)
Browse files Browse the repository at this point in the history
Adds the workflow_dispatch trigger to allow manually triggering of the GH action
  • Loading branch information
marklundin authored Jan 23, 2024
1 parent 8a0609d commit aca9b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "typedoc"

on:
workflow_dispatch:
push:
branches: [main]

Expand Down

0 comments on commit aca9b62

Please sign in to comment.