add common to workflow paths
Some checks failed
Deploy Backend / deploy (push) Failing after 26s
Deploy Website / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-10-04 22:26:09 +01:00
parent 0ad7f1662e
commit c04e47b10e
2 changed files with 2 additions and 0 deletions

@ -7,6 +7,7 @@ on:
- master
paths:
- backend/**
- common/**
- .gitea/kubernetes/backend/**
- .gitea/workflows/deploy-backend.yml

@ -7,6 +7,7 @@ on:
- master
paths:
- website/**
- common/**
- .gitea/kubernetes/website/**
- .gitea/workflows/deploy-website.yml