Merge pull request #738 from Dahlgren/ci/build-documentation-main

Only build documentation for main branch push
This commit is contained in:
Pax1601
2023-12-20 16:32:04 +01:00
committed by GitHub

View File

@@ -1,7 +1,10 @@
# ci.yml file for GitHub Actions
name: Documentation
on: [push]
on:
push:
branches:
- main
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: