diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5dfb63..e153435 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,10 @@ name: Tests -on: [push] +on: + push: + paths-ignore: + - README.md + - LICENSE.txt + jobs: test-runtimes: runs-on: ubuntu-latest |
