1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

[issue #301] Only run CI tests for master branch commits to limit our travis usage.

This commit is contained in:
anastasia 2021-01-26 15:24:01 +03:00
parent 302455a4c6
commit 0f296ffbf5

View File

@ -45,3 +45,8 @@ env:
jobs:
allow_failures:
- if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
# Only run CI for master branch commits to limit our travis usage
branches:
only:
- master