Skip to content

Commit

Permalink
Merge pull request #2690 from cta-observatory/changelog_check_main
Browse files Browse the repository at this point in the history
Perform changelog check only for pull requsts targeting main
  • Loading branch information
kosack authored Jan 24, 2025
2 parents 2b9d631 + 53feb6a commit b69540b
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 b69540b

Please sign in to comment.