Browse Source

explicitly whitelist branches for building

tags/v2.5.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
0bb0d382ee
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .travis.yml

+ 5
- 0
.travis.yml View File

@@ -5,6 +5,11 @@ dist: focal
5 5
 go:
6 6
     - "1.15.x"
7 7
 
8
+branches:
9
+  only:
10
+  - master
11
+  - stable
12
+
8 13
 before_install:
9 14
   # https://github.com/travis-ci/travis-ci/issues/8361
10 15
   - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'

Loading…
Cancel
Save