diff --git a/.github/workflows/pr-website-preview.yml b/.github/workflows/pr-website-preview.yml index afc64173..526fdb5b 100644 --- a/.github/workflows/pr-website-preview.yml +++ b/.github/workflows/pr-website-preview.yml @@ -9,6 +9,9 @@ on: - closed paths: - 'documentation/**' + push: + branches-ignore: + - 'dependabot/**' concurrency: preview-${{ github.ref }}