From c978e46bc2978fff855b97235fa502c67641c8e6 Mon Sep 17 00:00:00 2001 From: Easyoakland <97992568+Easyoakland@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:56:35 -0600 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea85fd0..6cac385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,15 +2,13 @@ name: Rust on: push: - # Run jobs when commits are pushed to - # master: + # Run jobs when commits are pushed to main: branches: - - master + - main pull_request: - # Run jobs for any external PR that wants - # to merge to master, too: + # Run jobs for any external PR that wants to merge to main, too: branches: - - master + - main env: CARGO_TERM_COLOR: always