Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jan 12, 2025
1 parent 80a924a commit 4686099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish TypeDoc
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
# push:
# branches:
# - master
permissions:
contents: write # allows the 'Commit' step without tokens

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prerelease
on:
push:
branches:
- main
# - master
- "v[0-9]+"
tags:
- "!**"
Expand Down

0 comments on commit 4686099

Please sign in to comment.