only build gh on docs

This commit is contained in:
Termina1
2024-01-26 14:50:12 +02:00
parent 695d6ecc1d
commit 4da37064ac

View File

@@ -4,6 +4,8 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
paths:
- '**/docs/**'
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab