Run deployment only on main branch
This commit is contained in:
parent
f686635837
commit
03829e058b
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue