From f1982cb6d855f330d29127bddfe14517c065964c Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 7 Nov 2022 03:22:48 +0100 Subject: [PATCH] update push triggers in test-invoke-conda.yml --- .github/workflows/test-invoke-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index a144303cc3..ceb5552a61 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -4,7 +4,8 @@ on: branches: - 'main' - 'development' - - 'fix-gh-actions-fork' + - 'update*' + - 'release*' pull_request: branches: - 'main'