diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab3a9f67..5d0e2ab7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,11 @@ name: Deploy on: push: branches: [master] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' + - 'docs/**' concurrency: group: deploy