From a569f077cb8a641c2f3dd355a6d078c5347b7d8d Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 13 May 2023 19:36:11 +0300 Subject: [PATCH] ci: updating github cis --- .github/workflows/clippy.yml | 5 ++++- .github/workflows/labels.yml | 3 ++- .github/workflows/rustfmt.yml | 5 ++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index aa387aa..c5e9d2e 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -2,7 +2,10 @@ name: Clippy check on: push: branches: - - rolling + - "**" + pull_request: + branches: + - "rolling" jobs: clippy_check: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index ce60759..7cae050 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -2,7 +2,8 @@ name: Import open source standard labels on: push: - branches: [ main ] + branches: + - main jobs: labels: diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index eb4e5c0..cf605bc 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -2,7 +2,10 @@ name: Rustfmt on: push: branches: - - rolling + - "**" + pull_request: + branches: + - "rolling" jobs: format: