From ad60ec929a32100a347afaeb922883e6f40b9177 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 18 Sep 2024 20:12:51 +0530 Subject: [PATCH] Run tests on current branch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 278265715..5ade01750 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: test on: push: # Run on pushes to the default branch - branches: [main] + branches: [main,upgrade-gh-action-artifact-upload-download] pull_request_target: # Also run on pull requests originated from forks branches: [main]