From 3bb19838a46b852b19e98d4905b1ee90f4f52159 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Fri, 10 Feb 2023 14:17:13 +0000 Subject: [PATCH] Don't run tests on changes to .github/* If a PR is only touching files in the .github directory, there's no need to run tests on the app --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9ae49a5f0..111648a2d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,8 @@ on: pull_request: { } push: branches: [ main, develop ] + paths-ignore: + - '.github/**' # Enrich gradle.properties for CI/CD env: