Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


keywords:

  • rules
  • changes

Only run job if specific files changed

# Run if either Dockerfile or requirements.txt file changed
docker:
  rules:
    - changes:
        - Dockerfile
        - requirements.txt
  script:
    - echo docker