diff --git a/.github/workflows/ts_check_formatting.yml b/.github/workflows/ts_check_formatting.yml index c6514d941a..dee82731ad 100644 --- a/.github/workflows/ts_check_formatting.yml +++ b/.github/workflows/ts_check_formatting.yml @@ -1,13 +1,15 @@ name: TS formatting on: + push: + branches: ['main', 'changeset-release/main'] pull_request: paths-ignore: - '**/README.md' - 'integration-tests/**' + - 'packages/sync-service/**' - 'packages/electric-telemetry/**' - 'packages/elixir-client/**' - - 'packages/sync-service/**' permissions: contents: read diff --git a/.github/workflows/ts_tests.yml b/.github/workflows/ts_tests.yml index cfdabfe2d8..c37ad10ddb 100644 --- a/.github/workflows/ts_tests.yml +++ b/.github/workflows/ts_tests.yml @@ -2,16 +2,15 @@ name: TS tests on: push: - branches: ['main'] - paths-ignore: - - 'website/**' - - '**/README.md' - - 'integration-tests/**' + branches: ['main', 'changeset-release/main'] pull_request: paths-ignore: - 'website/**' - '**/README.md' - 'integration-tests/**' + - 'packages/sync-service/**' + - 'packages/electric-telemetry/**' + - 'packages/elixir-client/**' permissions: contents: read diff --git a/.prettierignore b/.prettierignore index 38bcaab066..a348442856 100644 --- a/.prettierignore +++ b/.prettierignore @@ -36,3 +36,6 @@ packages/sync-service _build deps integration-tests + +# Ignore agent task files +.agent-tasks