Skip to content

Commit b149552

Browse files
committed
Temporary testing code.
1 parent 6493acc commit b149552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cleanup-pull-requests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- trunk
7+
- 'temp-test'
78
- '4.[1-9]'
89
- '[5-9].[0-9]'
910

@@ -24,5 +25,5 @@ jobs:
2425
name: Clean up pull requests
2526
permissions:
2627
pull-requests: write
27-
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
28+
if: ${{ github.repository == 'desrosj/wordpress-develop' }}
2829
uses: ./.github/workflows/reusable-cleanup-pull-requests.yml

0 commit comments

Comments
 (0)