From 2a877f9ad00162ac78d3f9d7ac723981e3f76fbc Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Wed, 20 Oct 2021 10:23:49 -0700 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a26acf2..2256978 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Build and Test Nova on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: