mirror of https://github.com/status-im/consul.git
Remove testing build trigger
This commit is contained in:
parent
6600cf4787
commit
ec3cf44240
|
@ -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:
|
||||||
|
|
|
@ -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
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue