8000 Update workflow to use alternate format for wildcard · python/cpython-source-deps@2459a28 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 1 deletion
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)
0