From b7b1f7071a5338b6ed569a4fafb71479abca3161 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Wed, 5 Jun 2024 00:02:50 +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 81fa4ca94..e38cd7157 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 }}