Skip to content

Commit 81c6a57

Browse files
test
1 parent 11819a3 commit 81c6a57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/examples.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
description: 'Skip tests on Windows'
1717
type: boolean
1818
default: false
19+
pull_request:
20+
types:
21+
- opened
22+
- reopened
23+
- synchronize
1924

2025
concurrency:
2126
group: test-examples-${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.pytest_args || '' }}-${{github.event.inputs.pull_request_number || ''}}

0 commit comments

Comments
 (0)