Skip to content

Commit 7e2d47b

Browse files
author
Gilad Gray
committed
ignore previews on master
1 parent c5c1180 commit 7e2d47b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ workflows:
9090
- test: *run_on_tags
9191
- preview:
9292
requires: [build]
93-
# this job never runs on a tag
93+
# this job never runs on tags and ignores master
94+
filters:
95+
branches:
96+
ignore: /master/
9497
- publish:
9598
requires: [build, test]
9699
filters:

0 commit comments

Comments
 (0)