Skip to content

Commit

Permalink
Merge pull request #2799 from evidence-dev/changesets-not-in-main-to-…
Browse files Browse the repository at this point in the history
…next

skip changesets check on main -> next
  • Loading branch information
archiewood authored Nov 14, 2024
2 parents 7068f4a + 5f4d7cb commit db27afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check-changeset:
name: Status
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false && !(github.event.pull_request.head.ref == 'main')

steps:
- name: Checkout code
Expand Down

0 comments on commit db27afb

Please sign in to comment.