diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86710c4..c97aebe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,9 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths-ignore: + - "*.md" + - "LICENSE" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: