Add restriction to only redeploy website if folder is changed
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user