From b41d112723e09af866afd9b9beac8dcf40d3107c Mon Sep 17 00:00:00 2001 From: gbayarri Date: Mon, 4 Nov 2024 13:08:41 +0100 Subject: [PATCH] GH actions --- .github/workflows/linting_and_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting_and_testing.yml b/.github/workflows/linting_and_testing.yml index cd1ba15..aa10d61 100644 --- a/.github/workflows/linting_and_testing.yml +++ b/.github/workflows/linting_and_testing.yml @@ -3,7 +3,7 @@ name: tests on: # workflow_dispatch push: - branches: [ master ] + branches: [ main ] paths-ignore: - '.gitignore' - '.readthedocs.yaml'