mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 11:27:16 -04:00
Update yml file to trigger coverity scan
This commit is contained in:
parent
5ba917c3da
commit
e0a2dcd41e
2
.github/workflows/coverity_scan.yml
vendored
2
.github/workflows/coverity_scan.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
||||||
# Run on every commit to mainline
|
# Run on every commit to mainline
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
|
pull_request:
|
||||||
|
branches: main
|
||||||
# Allow manual running of the scan
|
# Allow manual running of the scan
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue