From b01852e5c7cafbf2966b529eef5c392139269d16 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Wed, 10 Jul 2024 14:22:23 +0200 Subject: [PATCH] Trigger workflow on all changes, since this repo contains only documentation --- .github/workflows/python_sphinx_docs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index 151d336..dbf0738 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -4,13 +4,9 @@ on: push: branches: - '**' - paths: - - 'python/sphinx_docs/**' pull_request_target: types: closed branches: main - paths: - - 'python/sphinx_docs/**' repository_dispatch: types: [docstrings_common_updated, docstrings_simulators_updated] permissions: