Run deployment only on main branch

This commit is contained in:
Thomas Kolb 2024-08-27 21:23:18 +02:00
parent f686635837
commit 03829e058b

View file

@ -14,6 +14,7 @@ jobs:
deploy-doc:
needs: build-doc
runs-on: docker
if: github.ref == 'refs/heads/main'
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.6
steps: