From 2ab20df6e3188d8d0c7ac15828aff7be3f28dbcb Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 9 Dec 2024 16:52:03 +0000 Subject: [PATCH] Update .github/workflows/test.yml --- .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 4c7950042..df0b291c9 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, issue-1343] + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main]