mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-22 11:44:34 +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:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
|
- 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…
x
Reference in New Issue
Block a user