Skip to content

Commit

Permalink
Deploy kdoc on all pushes to the release branch instead of only man…
Browse files Browse the repository at this point in the history
…ual.
  • Loading branch information
nedtwigg committed Jan 11, 2024
1 parent 27eeec8 commit 1d04078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-kdoc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: workflow_dispatch

on:
push:
branches: [release]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d04078

Please sign in to comment.