Add restriction to only redeploy website if folder is changed
This commit is contained in:
parent
3f7e4187cc
commit
b612ef2fc0
2
.github/workflows/website-publish.yml
vendored
2
.github/workflows/website-publish.yml
vendored
@ -2,6 +2,8 @@ name: Website Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- website/**
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user