diff options
Diffstat (limited to '.github/workflows/ci_appveyor.yml')
-rw-r--r-- | .github/workflows/ci_appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index c7f845f..b1f5eab 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -5,6 +5,9 @@ name: CI (AppVeyor) on: push: + paths: + - 'examples/**' + - 'project/**' pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). |