diff --git a/.github/workflows/dokka.yml b/.github/workflows/dokka.yml index a3c5cbc7..f693d216 100644 --- a/.github/workflows/dokka.yml +++ b/.github/workflows/dokka.yml @@ -1,6 +1,7 @@ on: - release: - types: [created] + push: + tags: + - 'v*' jobs: build-and-deploy: runs-on: ubuntu-latest @@ -20,4 +21,4 @@ jobs: with: branch: gh-pages folder: api/build/dokka/html - clean-exclude: index.html \ No newline at end of file + clean-exclude: index.html