Skip to content

Commit 0c28cca

Browse files
committedApr 17, 2024··
Trigger on PR
1 parent 02f2544 commit 0c28cca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/validate-changelog-assets.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
paths:
77
- "docs/changelog-assets/**"
88
- ".github/workflows/validate-changelog-assets.yaml"
9+
pull_request:
10+
branches: [ main ]
11+
paths:
12+
- "docs/changelog-assets/**"
13+
- ".github/workflows/validate-changelog-assets.yaml"
914
workflow_dispatch:
1015

1116
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.