Add restriction to only redeploy website if folder is changed

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 22:46:45 -04:00
parent 3f7e4187cc
commit b612ef2fc0

View File

@ -2,6 +2,8 @@ name: Website Publish
on: on:
push: push:
paths:
- website/**
branches: branches:
- main - main