Skip to content

metanorma/mn-requirements#5 add release workflow #58

metanorma/mn-requirements#5 add release workflow

metanorma/mn-requirements#5 add release workflow #58

Workflow file for this run

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: docker
on:
push:
branches: [ master, main ]
pull_request:
paths-ignore:
- .github/workflows/test.yml
- .github/workflows/pages.yml
repository_dispatch:
types: [ metanorma/metanorma-docker ]
jobs:
test-docker:
uses: metanorma/ci/.github/workflows/template-docker.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}