diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0b67a0b..87479dc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,7 @@ on: # Runs on pushes targeting the default branch and docs path push: branches: ['main'] + paths-ignore: ['**/*.yml', '!**/docs.yml'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: