diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 623f370e65..6ffa580cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: ["**"] + branches: [main, "release/**"] pull_request: - branches: ["**"] + branches: [main, "release/**"] workflow_dispatch: schedule: - cron: "0 18 * * 0" diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index be1cad0d8b..cd49c707f6 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -2,9 +2,9 @@ name: Secret Scan on: push: - branches: ["**"] + branches: [main, "release/**"] pull_request: - branches: ["**"] + branches: [main, "release/**"] workflow_dispatch: concurrency: diff --git a/.gitignore b/.gitignore index f7ed60964d..9e384b5f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ yarn-debug.log* yarn-error.log* .pnpm-debug.log* dev-server*.log +worker-*.log # env files (can opt-in for committing if needed) .env* diff --git a/worker-ingestion.log b/worker-ingestion.log deleted file mode 100644 index ec4b9b4e51..0000000000 Binary files a/worker-ingestion.log and /dev/null differ