Skip to content

Commit

Permalink
Update API reference deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Jul 2, 2022
1 parent 2cfef82 commit 5e72cd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Deploy API reference
on:
push:
tags:
- '*'
- 'v**'
- '!**-alpha**'
- '!**-beta**'
- '!**-rc**'
repository_dispatch:
types: [publish]

Expand Down

0 comments on commit 5e72cd8

Please sign in to comment.