From 50842af1e53c776dea9f7e91e5f35746542ee328 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Tue, 19 Sep 2023 12:10:39 +0200 Subject: [PATCH] Made the action only trigger if the frontend is modified --- .github/workflows/build-frontend.yml | 2 ++ .gitignore | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index e29a5a75..cdbf8f61 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -3,6 +3,8 @@ on: push: branches: - master + paths: + - 'frontend/**' jobs: build: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index 83f0de18..19dacf10 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ __pycache__/ # Distribution / packaging .Python -build/ develop-eggs/ dist/ downloads/