Skip to content

updates to the mlgt register list #30

updates to the mlgt register list

updates to the mlgt register list #30

name: trigger-geolexica-deployment
on:
push:
branches:
- main
- staging
tags:
- 'v*'
pull_request:
workflow_dispatch:
jobs:
build-release:
name: Build and release
uses: geolexica/ci/.github/workflows/glossary-build.yml@main
trigger-deploy:
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging'
name: Trigger downstream repositories
needs: build-release
uses: geolexica/ci/.github/workflows/glossary-trigger.yml@main
with:
repository: geolexica/isotc211.geolexica.org
secrets:
token: ${{ secrets.GLOSSARIST_CI_PAT_TOKEN }}