From e8afe8e8035cad4587f72a5b8122d8547cdca5b6 Mon Sep 17 00:00:00 2001 From: Justin Bousquin Date: Thu, 15 Aug 2024 15:58:41 -0500 Subject: [PATCH] Update documentation_test.yml Remove old branches --- .github/workflows/documentation_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index 7f24a5e..3db2bb3 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -6,7 +6,7 @@ on: [main] push: branches: - [main, dev, pyOpenSci-review] + [main, dev] # Allows you to run this workflow manually from the Actions tab #workflow_dispatch: