summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bartell <pbartell@amazon.com>2021-03-19 18:02:05 -0700
committerPaul Bartell <paul.bartell@gmail.com>2021-03-22 15:09:05 -0700
commitada298638ce8644070e4550dc09ac090b60b3d12 (patch)
treef18db5ce64bc146dcf9978d3a2046c17071f67f1
parent3a48781a03175bbc9afa22c686bb00826ac13eb5 (diff)
downloadfreertos-git-ada298638ce8644070e4550dc09ac090b60b3d12.tar.gz
Run kernel unit tests on pull requests and pushes.
Remove path filter (doesn't appear to work with multiple targets)
-rw-r--r--.github/workflows/kernel-unit-tests.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/kernel-unit-tests.yml b/.github/workflows/kernel-unit-tests.yml
index 4e5525b4f..c7fc07176 100644
--- a/.github/workflows/kernel-unit-tests.yml
+++ b/.github/workflows/kernel-unit-tests.yml
@@ -1,8 +1,5 @@
name: Kernel Unit Tests
-on:
- push:
- paths:
- - 'FreeRTOS/Test/CMock/**'
+on: [push, pull_request]
jobs:
run: