Only run rustfmt on main/master.
rustfmt Build rustfmt has started Details
rust-test Build rust-test has started Details
semver Build semver has succeeded Details

This way we don't end up trying to push to tags.
This commit is contained in:
Tom Alexander 2023-07-14 00:27:26 -04:00
parent a54230c7f2
commit 2e7671d99a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ spec:
# Override https-based url from lighthouse events.
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
branches:
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
- ^main$
- ^master$
- name: rust-test
source: "pipeline-rust-test.yaml"
# Override https-based url from lighthouse events.