From 0f2ce4587d9b84f237b6a10108816d75c0e0a905 Mon Sep 17 00:00:00 2001 From: Jean-Francois Baffier Date: Thu, 18 Jul 2024 08:13:59 +0200 Subject: [PATCH] Update Documenter.yml --- .github/workflows/Documenter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 9840295..714f342 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -10,6 +10,9 @@ on: - main tags: ['*'] pull_request: + branches: + - main + tags: ['*'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -60,4 +63,4 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key GKSwstype: "100" # for Plots.jl plots (if you have them) JULIA_DEBUG: "Documenter" - DATADEPS_ALWAYS_ACCEPT: true \ No newline at end of file + DATADEPS_ALWAYS_ACCEPT: true