Update .gitlab-ci.yml file

This commit is contained in:
2022-01-20 22:59:11 +00:00
parent b4d354ace3
commit 479173c955

View File

@ -5,10 +5,10 @@ docker-build:
stage: build
rules:
- changes: # only run CI when these files have changed
- if: '$CI_COMMIT_REF_NAME == "master"' # only run on master
changes: # only run CI when these files have changed
- "*.py"
- "Dockerfile"
- ".gitlab-ci.yml"
# services configure images that run during jobs linked to the image (above)
services: