Removing the .yml files from the triggers

This commit is contained in:
Eric Soroos 2021-02-28 17:09:27 +01:00
parent 3c2893cdf1
commit f74d046574

View File

@ -5,12 +5,10 @@ name: Test Valgrind
on: on:
push: push:
paths: paths:
- "**.yml" # testing, remove me
- "**.c" - "**.c"
- "**.h" - "**.h"
pull_request: pull_request:
paths: paths:
- "**.yml" # testing, remove me
- "**.c" - "**.c"
- "**.h" - "**.h"