We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699a7bf commit 87e2f33Copy full SHA for 87e2f33
.github/workflows/run_unit_tests.yml
@@ -2,6 +2,10 @@ name: Unit tests
2
on:
3
workflow_dispatch:
4
push:
5
+ paths:
6
+ - tests/**
7
+ - spm/**
8
+ - .github/workflows/**
9
pull_request:
10
11
env:
0 commit comments