diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c11602bf..f627c1ee 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -2,9 +2,15 @@ name: Codecov on: push: - branches: [ main ] + branches: + - main + paths: + - 'agentops/**' pull_request: - branches: [ main ] + branches: + - main + paths: + - 'agentops/**' jobs: test: diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index 36615c21..6f79b66f 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -4,9 +4,15 @@ on: push: branches: - main + paths: + - 'agentops/**' + - 'tests/**' pull_request: branches: - main + paths: + - 'agentops/**' + - 'tests/**' jobs: build: diff --git a/.github/workflows/tach-check.yml b/.github/workflows/tach-check.yml index 2bbbd15e..32208e6a 100644 --- a/.github/workflows/tach-check.yml +++ b/.github/workflows/tach-check.yml @@ -1,7 +1,11 @@ - name: Tach Check -on: [pull_request] +on: + pull_request: + paths: + - 'agentops/**' + - 'tests/**' + - 'examples/**' jobs: tach-check: