diff --git a/.github/workflows/publish-auto.yml b/.github/workflows/publish-auto.yml index 850242f69..b2a90ddf3 100644 --- a/.github/workflows/publish-auto.yml +++ b/.github/workflows/publish-auto.yml @@ -1,11 +1,14 @@ name: Publish Auto on: [push] + branches-ignore: + # No canary deploys for branches opened by dependabot + - 'dependabot/**' jobs: publish: runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" + if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci') && github.actor!= 'depbot'" name: Make a release and publish to NPM steps: