From d2cd865096551c0ad59421d8e14ad83187859d0d Mon Sep 17 00:00:00 2001 From: swedesjs Date: Thu, 4 Jan 2024 01:12:45 +0300 Subject: [PATCH] correct --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 85cded7..3e8ec66 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,9 +2,9 @@ name: Middleware_Dart on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: