Skip to content

Commit

Permalink
Update the push branches to match any as workflow_dispatch seems no…
Browse files Browse the repository at this point in the history
…t working in a non-default branch
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent b8ce2b4 commit d66fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dokka-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy the API documentation to GitHub Pages with Dokka

on:
push:
branches: [ "release" ]
branches: [ "*" ]
pull_request:
branches: [ "release" ]

Expand Down

0 comments on commit d66fe1e

Please sign in to comment.