Skip to content

Commit b2e94fa

Browse files
committed
Restore test trigger on pull requests
1 parent dad8618 commit b2e94fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wireshark-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths:
66
- '.github/workflows/wireshark-test.yml'
77
- 'wireshark/**'
8+
pull_request:
9+
paths:
10+
- '.github/workflows/wireshark-test.yml'
11+
- 'wireshark/**'
812

913
jobs:
1014
run-wireshark-tests:

0 commit comments

Comments
 (0)