Skip to content

Commit

Permalink
Perform changelog check only for pull requsts targeting main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jan 24, 2025
1 parent 2b9d631 commit 53feb6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
# should also be re-run when changing labels
types: [opened, reopened, labeled, unlabeled, synchronize]
branches:
- 'main'

env:
FRAGMENT_NAME_PREFIX: "docs/changes/${{ github.event.number }}"
Expand Down

0 comments on commit 53feb6a

Please sign in to comment.