From 660337a811e8caecf042d5f06fbbef5f5ff2525e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 29 Apr 2022 18:27:34 +1000 Subject: Only run tests when source files change. Also run tests on changes to V_9_0 branch. --- .github/workflows/upstream.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/upstream.yml') diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index b91083c6..ba0ef827 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -3,6 +3,7 @@ name: Upstream self-hosted on: push: branches: [ master, ci ] + paths: [ '**.c', '**.h' ] jobs: selfhosted: -- cgit v1.2.3