Browse Source

Update drone to also run ipv6 branch

Jaap Marcus 2 years ago
parent
commit
0e92598ee7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -46,6 +46,7 @@ trigger:
     - refs/heads/beta
     - refs/heads/release
     - refs/heads/main
+    - refs/heads/ipv6
     - refs/pull/*/head
 
 ---
@@ -100,6 +101,7 @@ trigger:
     - refs/heads/beta
     - refs/heads/release
     - refs/heads/main
+    - refs/heads/ipv6
     - refs/pull/*/head
 
 ---