From dd1587dad882722677358dd7f415ea930d0c2a60 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Wed, 13 Mar 2024 20:11:38 +0100 Subject: [PATCH] Test PRs on branch 'develop' only --- .github/workflows/test_and_publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index c71d824..f9fac8b 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -1,8 +1,9 @@ name: Test and Publish on: - - push - - pull_request + push: + pull_request: + branches: [develop] jobs: test-code: