From 6fe67ee4267aa8fb2e0ae31daf9eee4badd895ea Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 17 Oct 2022 02:12:46 +0200 Subject: [PATCH] add current branch to push trigger --- .github/workflows/test-invoke-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 77a625ad17..bac94b303e 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -4,6 +4,7 @@ on: branches: - 'main' - 'development' + - 'fix-gh-actions-fork' pull_request: branches: - 'main'