Skip to content

Commit

Permalink
Do not run changelog checks for branches other than main
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 18, 2024
1 parent cee81d8 commit be14b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-backport-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Verify Core Backport Changlog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
paths:
- 'lib/**'
- '!lib/load.php'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-components-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: OPTIONAL - Verify @wordpress/components CHANGELOG update
on:
pull_request:
types: [opened, synchronize]
branches:
- main
paths:
- 'packages/components/**'
- '!packages/components/src/**/stories/**'
Expand Down

0 comments on commit be14b19

Please sign in to comment.