Switch to using webhook_bridge instead of lighthouse to trigger the CI.
All checks were successful
build-staging Build build-staging has succeeded
All checks were successful
build-staging Build build-staging has succeeded
This commit is contained in:
19
.webhook_bridge/webhook_bridge.toml
Normal file
19
.webhook_bridge/webhook_bridge.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
version = "0.0.1"
|
||||
|
||||
[[push]]
|
||||
name = "build"
|
||||
source = "pipeline-build-homepage.yaml"
|
||||
clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
|
||||
branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
||||
|
||||
[[push]]
|
||||
name = "build-staging"
|
||||
source = "pipeline-build-homepage-staging.yaml"
|
||||
clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
|
||||
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
||||
|
||||
[[push]]
|
||||
name = "semver"
|
||||
source = "pipeline-semver.yaml"
|
||||
clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
|
||||
branches = [ "^main$", "^master$" ]
|
||||
Reference in New Issue
Block a user