deploy: only run on main

This commit is contained in:
Vaxry 2023-12-31 16:46:38 +01:00
parent 55e6ca0e67
commit bf6300d316
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ jobs:
doxygen:
name: "Deploy docs"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
container:
image: archlinux
steps: