diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ea2f374..a1ad93f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,9 +2,9 @@ name: StressTests on: push: - branches: [ "main" ] + branches: [ "stress_test" ] pull_request: - branches: [ "main" ] + branches: [ "stress_test" ] schedule: - cron: '0 2 * * *'