Skip to content

Commit 6893a77

Browse files
committed
run also on PR for testing
1 parent 25821b7 commit 6893a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: [gen_chunks, build]
7777
name: ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
7878
if: |
79-
github.event_name == 'schedule' || github.event_name == 'push'
79+
github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'pull_request'
8080
strategy:
8181
fail-fast: false
8282
matrix:

0 commit comments

Comments
 (0)