There was an error while loading. Please reload this page.
1 parent 2c21a69 commit 9609fbfCopy full SHA for 9609fbf
.github/workflows/main.yml
@@ -6,8 +6,16 @@ on:
6
# Triggers the workflow on push or pull request only for the main branch
7
push:
8
branches: [ master, main ]
9
+ paths:
10
+ - 'examples/**'
11
+ - 'src/**'
12
+ - 'tests/**'
13
pull_request:
14
15
16
17
18
19
workflow_dispatch:
20
21
# This is the list of jobs that will be run concurrently.
.github/workflows/test.yml
@@ -2,8 +2,16 @@ name: TaskScheduler Unit Tests
2
on:
3
4
5
jobs:
0 commit comments