From 57a54c1a0d81ece2291a742908001c0e4a1d3b5b Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 4 Dec 2023 14:54:36 +1100 Subject: [PATCH] Run on test branch --- .github/workflows/test_notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index a4d4a7f94..098942e1b 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -3,7 +3,7 @@ name: Test DEA Notebooks with RDS Connection on: push: - branches: [ develop, stable, nbtests ] + branches: [ develop, stable, nbtests, testing_tests ] paths-ignore: - '**/*.md' # ignore markdown files - '**/*.rst' # ignore restructured text files