From 1c3d510450072e909fb4be8d3f65ed0baee39afe Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:10:41 +0530 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 2178b88e2..2ede31776 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, replace-sqlite-to-pg] + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main]