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