We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307ac11 commit 8328fb8Copy full SHA for 8328fb8
.circleci/trigger_if_modified.sh
@@ -29,6 +29,12 @@ git status >/dev/null 2>&1 || { echo >&2 "Not in a git directory or no git"; exi
29
30
circleci-agent >/dev/null 2>&1 || { echo >&2 "No Circle CI agent. These are in all Circle CI containers"; exit 1; }
31
32
+
33
+if [ "$CIRCLE_BRANCH" == "master" ]; then
34
+ echo "Skip checking modified files if on master"
35
+ exit 0
36
+fi
37
38
FILES_MODIFIED=""
39
40
setcommit () {
0 commit comments