Skip to content

Commit 2459a28

Browse files
committed
Update workflow to use alternate format for wildcard
1 parent 20024de commit 2459a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autoclose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Close Pull Requests
33
on:
44
pull_request_target:
55
types: [opened]
6-
branches: [*]
6+
branches:
7+
- '**'
78

89
jobs:
910
run:

0 commit comments

Comments
 (0)