Skip to content

Commit

Permalink
Run on trunk, not main
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 18, 2024
1 parent be14b19 commit 26983d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-backport-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
- trunk
paths:
- 'lib/**'
- '!lib/load.php'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-components-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- main
- trunk
paths:
- 'packages/components/**'
- '!packages/components/src/**/stories/**'
Expand Down

0 comments on commit 26983d0

Please sign in to comment.