Run kernel unit tests on pull requests and pushes.

Remove path filter (doesn't appear to work with multiple targets)
This commit is contained in:
Paul Bartell 2021-03-19 18:02:05 -07:00 committed by Paul Bartell
parent 3a48781a03
commit ada298638c

View file

@ -1,8 +1,5 @@
name: Kernel Unit Tests
on:
push:
paths:
- 'FreeRTOS/Test/CMock/**'
on: [push, pull_request]
jobs:
run: