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:
parent
302455a4c6
commit
0f296ffbf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user