From c980fe2e04a8ca24b0960651822ef2e88b6bf262 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Tue, 4 Jun 2024 02:26:38 +0530 Subject: [PATCH] Fix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e210c0fe4..d7baa4700 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: # Run on pushes to the default branch - branches: [python3.12-tests] + branches: [main] pull_request_target: # Also run on pull requests originated from forks - branches: [python3.12-tests] + branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}