From 34b1156563f081c235ed88d70686c109b47f9449 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 29 Dec 2022 22:41:03 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8a98bf6..0def927 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -7,27 +7,16 @@ on: - 'hooks/**' - 'po/**' - 'icons/**' - - '.github/*.yml' - - 'LICENSE' - - '*.md' - - '*.sh' - - '*.desktop' - - '*.png' - branches: [ "develop" ] - pull_request: - paths-ignore: - - 'data/**' - - 'hooks/**' - - 'po/**' - - 'icons/**' - - '.github/*.yml' - 'LICENSE' - '*.md' - '*.sh' - '*.desktop' - '*.png' branches: - branches: [ "develop" ] + - develop + pull_request: + branches: + - develop env: CARGO_TERM_COLOR: always