Skip to content

Commit

Permalink
Merge: Change docs publishing trigger (#90)
Browse files Browse the repository at this point in the history
This change intends to trigger the publication of docs to
only-on-release
Currently its published on each update to main

it means the docs (starting from the next release) will only be online
for the latest published release (also known as `stable`)
the publication on merge-into-main (also known as `latest`) can be
reenabled once we figured out multi-version docs
  • Loading branch information
Scienfitz authored Jan 24, 2024
2 parents fdc2208 + 3936858 commit a76d63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Documentation

on:
push:
branches: main
workflow_dispatch:
release:
types:
- published

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit a76d63a

Please sign in to comment.