From da3bd78f4c8fd51f023ed5ed8c434bba54736e10 Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Mon, 26 Aug 2024 19:57:09 +0700 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 4d72f10..6c06896 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always