diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 730710c2..a6e708a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,9 @@ name: Release on: push: branches: - - main + - 'main' + branches-ignore: + - 'dependabot/**' jobs: release: if: ${{ github.repository == 'primer/css' }} diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index fa4ec5ab..00f6adbc 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -4,6 +4,7 @@ on: branches-ignore: - 'main' - 'changeset-release/main' + - 'dependabot/**' # Don't release canary when these paths change # It's not necessary because we don't ship them and it creates noise paths-ignore: