diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-19 12:47:09 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-19 12:47:09 +0300 |
| commit | dd3f6324e701f6c643fb568b586dacd549c6c7db (patch) | |
| tree | 496ceeedcf8202bca8b278d3b88bf40a9910252b /.github/workflows/tests.yml | |
| parent | 41322b5dfbffc88fbeaaea33ea60efb8a93f4581 (diff) | |
Ignore README and LICENSE changes in Tests Workflow
Diffstat (limited to '.github/workflows/tests.yml')
| -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 |
