The build is skipped when a pr that contains [ci skip] in the squashed commit, gets merged into master.
Is there a way in CircleCI to force the build to run on master? Can we ignore [ci skip] for branches?
Or do I need to ensure that upon merging I strip out [ci skip]?
The string
[ci skip]
will need to be removed from the commit message in order for the merge to master to build.