From e036c1e33b02d824f946833488a7f76006e114c2 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 2 Feb 2025 00:38:28 -0500 Subject: [PATCH] Exclude changeset PRs --- .github/workflows/discord-pr-notify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/discord-pr-notify.yml b/.github/workflows/discord-pr-notify.yml index fe55a06..a58360a 100644 --- a/.github/workflows/discord-pr-notify.yml +++ b/.github/workflows/discord-pr-notify.yml @@ -8,6 +8,7 @@ on: jobs: notify: runs-on: ubuntu-latest + if: github.head_ref != 'changeset-release/main' steps: - name: Send Discord Notification uses: Ilshidur/action-discord@master