Skip to content

Commit 6900696

Browse files
committed
Match all PR branches
1 parent b04fe73 commit 6900696

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'releases/**'
1010
pull_request:
1111
branches:
12-
- '*'
12+
- '**'
1313

1414
permissions: read-all
1515

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'releases/**'
88
pull_request:
99
branches:
10-
- '*'
10+
- '**'
1111

1212
permissions: read-all
1313

.github/workflows/reproducible-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'releases/**'
88
pull_request:
99
branches:
10-
- '*'
10+
- '**'
1111

1212
permissions: read-all
1313

0 commit comments

Comments
 (0)