From ec99201cce87da30f0ffdda57d78853001a34a64 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 7 Jul 2020 18:41:31 +0200 Subject: Run CI only if necessary This pull request selectively enables the build workflows for the three subproject based on the changed files in the commit. --- .github/workflows/frontend.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows/frontend.yml') diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 39910bc8..ec4a7e71 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,6 +1,9 @@ name: Frontend -on: [push] +on: + push: + paths: + - 'frontend/*' defaults: run: -- cgit v1.2.3