diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cde7ff3..7a7134c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,18 @@ -name: Test +name: Tests -on: [push, pull_request] +on: + push: + paths-ignore: + - 'LICENSE' + - '**.md' + pull_request: + paths-ignore: + - 'LICENSE' + - '**.md' jobs: unit: - name: Unit Test + name: Unit Tests runs-on: ubuntu-latest strategy: @@ -34,4 +42,4 @@ jobs: - name: Run tests run: pytest - working-directory: test \ No newline at end of file + working-directory: test