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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: