Remove testing build trigger

This commit is contained in:
Michele Degges 2022-01-25 17:10:39 -08:00
parent 6600cf4787
commit ec3cf44240
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ on:
# Sequence of patterns matched against refs/heads # Sequence of patterns matched against refs/heads
branches: [ branches: [
"main", "main",
"fix-broken-dockerfile", // just needed for testing, remove before merge
] ]
env: env:

View File

@ -15,7 +15,6 @@ project "consul" {
"release/1.9.x", "release/1.9.x",
"release/1.10.x", "release/1.10.x",
"release/1.11.x", "release/1.11.x",
"fix-broken-dockerfile", // just needed for testing, remove before merge
] ]
} }
} }