diff --git a/.github/workflows/server_cicd.yml b/.github/workflows/server_cicd.yml index 8a18d1d..91d7841 100644 --- a/.github/workflows/server_cicd.yml +++ b/.github/workflows/server_cicd.yml @@ -3,6 +3,8 @@ name: server CI/CD Pipeline on: push: + paths: + - "server/**" branches: - main