diff --git a/.github/workflows/trigger-deploy.yml b/.github/workflows/trigger-deploy.yml index 910b56fa..c95bd45f 100644 --- a/.github/workflows/trigger-deploy.yml +++ b/.github/workflows/trigger-deploy.yml @@ -2,9 +2,13 @@ # and triggers a new deploy on the eol website. name: Deploy website on: + # We trigger a deploy, if we've updated + # release-data in this push. push: branches: - main + paths: + - 'releases/*' jobs: deploy: name: Deploy Website