summaryrefslogtreecommitdiff
path: root/.github/workflows/frontend.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-07-07 18:41:31 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:47:56 +0200
commitec99201cce87da30f0ffdda57d78853001a34a64 (patch)
treec52a483939003d079e48e8520b69d48fbf139183 /.github/workflows/frontend.yml
parent67aad0017f761133abb05270293c4afad7ecffd5 (diff)
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.
Diffstat (limited to '.github/workflows/frontend.yml')
-rw-r--r--.github/workflows/frontend.yml5
1 files changed, 4 insertions, 1 deletions
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: