From e3d752f848306a825055c08f3725ba9ded3e243b Mon Sep 17 00:00:00 2001 From: benja263 Date: Tue, 30 Jul 2024 19:39:57 +0300 Subject: [PATCH] updated to trigger only on changes to docs --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55c292b..4b5f8d2 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,9 @@ on: push: branches: - master # Or the branch you want to deploy from + paths: + - 'docs/**' # Trigger on changes to files in the src directory + - 'gbrl/**' # Trigger on changes to files in the src directory jobs: deploy: