Commit 0cf7294d authored by Matt Pryor's avatar Matt Pryor
Browse files

Only build for branches

parent a512029a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -64,6 +64,9 @@ variables:
    # Push all tags
    - docker push $REPOSITORY
  only:
    # Only run build jobs for branches in the repo, not PRs
    refs:
      - branches
    # Only run build jobs if there is a change to the images
    changes:
      - images/**/*