Skip to content

Commit

Permalink
doc: Update public documentation on release or push on dedicated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski authored Nov 26, 2024
1 parent 96e7d9e commit 2986982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ name: Documentation
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: [ "doc" ]
release:
types: [ published ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 2986982

Please sign in to comment.