Skip to content

Commit 2bc7dab

Browse files
committed
Restrict ASF allowlist checks to main branches only
(cherry picked from commit bab6798)
1 parent 4adb61c commit 2bc7dab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/asf-allowlist-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ name: "ASF Allowlist Check"
2424

2525
on:
2626
pull_request:
27+
branches: [ trunk, release* ]
2728
paths:
2829
- ".github/**"
2930
push:
31+
branches: [ trunk, release* ]
3032
paths:
3133
- ".github/**"
3234

0 commit comments

Comments
 (0)