0

First, I do know that if I use [ci skip] in the commit message to GitHub it should not trigger based upon the commit message. However, I am only committing one file to GitHub. So instead of using this commit message, is there a way to exclude certain files? I have been researching on https://concourse-ci.org/ for this but have yet to find what I am looking for.

Dwayne Forde
  • 1,324
  • 13
  • 13
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75

1 Answers1

1

See ignore_paths in the Git resource docs:

https://github.com/concourse/git-resource#source-configuration

Alex Suraci
  • 841
  • 5
  • 9