Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Secret Scan

on:
push:
branches: ["**"]
branches: [main, "release/**"]
pull_request:
branches: ["**"]
branches: [main, "release/**"]
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
Binary file removed worker-ingestion.log
Binary file not shown.
Loading