Currently my Heroku CI tests are triggered on all git push to master
branch at Github.
Is it possible to avoid triggering CI tests if specific files are being pushed, such as README.md
?
Currently my Heroku CI tests are triggered on all git push to master
branch at Github.
Is it possible to avoid triggering CI tests if specific files are being pushed, such as README.md
?
Pretty sure heroku processes the .slugignore
file for CI as there's an open issue now for ignoring it: https://github.com/heroku/heroku-ci/issues/39
The slugignore docs say
The .slugignore file causes files to be removed after you push code to Heroku and before the buildpack runs.
I don't use heroku ci so I wasn't able to test for sure. YMMV