From 4c6fa6ea804364d2aaa4c97038a1bd741cd9fd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Augusto?= <117314226+josemoura212@users.noreply.github.com> Date: Thu, 30 May 2024 14:17:56 -0300 Subject: [PATCH] Update general.yml --- .github/workflows/general.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index a1ac8e6..fa9ce53 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -2,17 +2,7 @@ name: Rust # To automatically trigger the workflow -on: - # NB: this differs from the book's project! - # These settings allow us to run this specific CI pipeline for PRs against - # this specific branch (a.k.a. book chapter). - push: - branches: - - root-chapter-03-part1 - pull_request: - types: [opened, synchronize, reopened] - branches: - - root-chapter-03-part1 +on: [push, pull_request] env: CARGO_TERM_COLOR: always