From 0c5af347fa9537209270a78a8fac57a70463b1b5 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 12 Mar 2025 13:51:02 +0200 Subject: [PATCH] Change branch name --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * * *'