Only redeploy docs when docs have actually changed

This commit is contained in:
U. N. Owen
2022-10-09 22:49:39 +02:00
committed by GitHub
parent cc88727e59
commit 372ca07520
+1
View File
@@ -6,6 +6,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: docs/**/*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: