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 302455a commit 0f296ffCopy full SHA for 0f296ff
.travis.yml
@@ -45,3 +45,8 @@ env:
45
jobs:
46
allow_failures:
47
- if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
48
+
49
+# Only run CI for master branch commits to limit our travis usage
50
+branches:
51
+ only:
52
+ - master
0 commit comments