Commit 649dac60 authored by Matt Pryor's avatar Matt Pryor
Browse files

Trigger a build if the CI config changes

parent 8d297c07
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,8 +67,9 @@ variables:
    # Only run build jobs for branches in the repo, not MRs
    refs:
      - branches
    # Only run build jobs if there is a change to the images
    # Only run build jobs if there is a change to the images or the build
    changes:
      - .gitlab-ci.yml
      - images/**/*
  except:
    # Exclude any branches that correspond to external PRs