@@ -6,8 +6,16 @@ on:
# Triggers the workflow on push or pull request only for the main branch
push:
branches: [ master, main ]
+ paths:
+ - 'examples/**'
+ - 'src/**'
+ - 'tests/**'
pull_request:
workflow_dispatch:
# This is the list of jobs that will be run concurrently.
@@ -2,8 +2,16 @@ name: TaskScheduler Unit Tests
on:
jobs: