github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/only_except/changes.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#onlychanges--exceptchanges
     2  
     3  docker build:
     4    script: docker build -t my-image:$CI_COMMIT_REF_SLUG .
     5    only:
     6      refs:
     7        - branches
     8      changes:
     9        - Dockerfile
    10        - docker/scripts/*
    11        - dockerfiles/**/*
    12        - more_scripts/*.{rb,py,sh}
    13        - "**/*.json"