Skip to content

Commit 74f42f2

Browse files
authored
Tweak check_float_tests.yml to run on pull_request as well as push
1 parent e358067 commit 74f42f2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/check_float_tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ on:
99
- src/rp2_common/pico_double/include/pico/double.h
1010
- test/pico_float_test/custom_float_funcs_test.c
1111
- test/pico_float_test/custom_double_funcs_test.c
12+
pull_request:
13+
paths:
14+
- .github/workflows/check_float_tests.yml
15+
- tools/check_float_test_names.py
16+
- src/rp2_common/pico_float/include/pico/float.h
17+
- src/rp2_common/pico_double/include/pico/double.h
18+
- test/pico_float_test/custom_float_funcs_test.c
19+
- test/pico_float_test/custom_double_funcs_test.c
1220

1321
jobs:
1422
check-float-tests:

0 commit comments

Comments
 (0)