ta_waybar_pipewire/.webhook_bridge/webhook_bridge.toml
Tom Alexander 2134db0dc1
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has failed
Switch to using webhook_bridge instead of lighthouse for triggering the CI.
2024-09-30 19:08:23 -04:00

26 lines
750 B
TOML

version = "0.0.1"
[[push]]
name = "rust-test"
source = "pipeline-rust-test.yaml"
clone_uri = "git@code.fizz.buzz:talexander/ta_waybar_pipewire.git"
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
[[push]]
name = "clippy"
source = "pipeline-rust-clippy.yaml"
clone_uri = "git@code.fizz.buzz:talexander/ta_waybar_pipewire.git"
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
[[push]]
name = "format"
source = "pipeline-format.yaml"
clone_uri = "git@code.fizz.buzz:talexander/ta_waybar_pipewire.git"
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
[[push]]
name = "build"
source = "pipeline-build-hash.yaml"
clone_uri = "git@code.fizz.buzz:talexander/ta_waybar_pipewire.git"
branches = [ "^main$", "^master$" ]