Skip to content

Stop creating the definitions on prod #11

Stop creating the definitions on prod

Stop creating the definitions on prod #11

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
# dependabot PRs only have read permission so cannot run this workflow.
paths-ignore:
- "**/*.md"
- ".gitignore"
- "README.md"
- ".env.example"
- "docs/*"
jobs:
validate:
uses: ./.github/workflows/validate.yml