From 9ba36d092d286eb28d4928dcf63672f380a39eaa Mon Sep 17 00:00:00 2001 From: David Linke Date: Mon, 3 Feb 2025 12:15:20 +0100 Subject: [PATCH] Trigger build also on action and config changes --- .github/workflows/merge.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c5e5af5..330fbab 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -1,4 +1,4 @@ -# This action runs on merges of turtle files to main. +# This action runs on merge to main. # # Workflow steps: # - checkout gh-pages for updating @@ -7,12 +7,15 @@ # - build pyLODE docs # - publish docs, vocabulary-turtle files and excel-file to gh-pages -name: Build +name: Merge & re-build on: push: branches: - main paths: + - 'idranges.toml' + - '.zenodo.json' + - '.github/workflows/**.yml' - 'vocabularies/**.ttl' workflow_dispatch: