diff --git a/.github/workflows/trigger_build_pkgdown_site.yaml b/.github/workflows/trigger_build_pkgdown_site.yaml index 34bb749..1800a2f 100644 --- a/.github/workflows/trigger_build_pkgdown_site.yaml +++ b/.github/workflows/trigger_build_pkgdown_site.yaml @@ -23,6 +23,7 @@ jobs: run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token - name: Trigger Build pkgdown site + if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'workflow_run' # Conditional check run: | # Determine the branch name based on the event type if [[ "${{ github.event_name }}" == "workflow_run" ]]; then diff --git a/DESCRIPTION b/DESCRIPTION index 46bd421..c4e5ad7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fistools Title: Tools & data used for wildlife management & invasive species in Flanders -Version: 1.2.11 +Version: 1.2.12 Authors@R: c( person(given = "Sander", middle = "", family = "Devisscher", "sander.devisscher@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2015-5731")),