diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index bb8c6a7..39d0399 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -3,10 +3,10 @@ name: Deploy Preview on: push: branches-ignore: - - '!main' + - main pull_request: - branches: - - '!dependabot/**' + branches-ignore: + - 'dependabot/**' # https://github.com/orgs/community/discussions/26681 concurrency: