Skip to content

Release/modify ci cd #43

Release/modify ci cd

Release/modify ci cd #43

Workflow file for this run

name: validator-cd
on:
# push:
# branches:
# - master
pull_request:
types: [opened, reopened, edited, synchronize]
branches:
- master
paths:
- python/*.py
- python/common/**
- python/validator/**
- .github/workflows/validator-cd.yml
- trigger.txt
jobs:
CD:
uses: ./.github/workflows/cd-workflow.yml
with:
DOCKER_CONTEXT: python
DOCKER_FILE: python/validator/Dockerfile
DOCKER_IMAGE_NAME: dh-validator
secrets: inherit