From ef2c2ca50f8225e007058fc80cee5f214ff2c4fa Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 2 Feb 2025 01:32:04 +0000 Subject: [PATCH] feat: restrict actions to modified files --- .gitea/workflows/apk.yaml | 4 ++-- .gitea/workflows/website.yaml | 4 ++-- website/open.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/apk.yaml b/.gitea/workflows/apk.yaml index 33a556f..db63776 100644 --- a/.gitea/workflows/apk.yaml +++ b/.gitea/workflows/apk.yaml @@ -1,7 +1,7 @@ on: push: - #paths: - # - dialer/** + paths: + - dialer/** jobs: build: diff --git a/.gitea/workflows/website.yaml b/.gitea/workflows/website.yaml index 7742a81..c113a53 100644 --- a/.gitea/workflows/website.yaml +++ b/.gitea/workflows/website.yaml @@ -1,7 +1,7 @@ on: push: - #paths: - # - website/** + paths: + - website/** jobs: deploy: diff --git a/website/open.sh b/website/open.sh index f39b04f..743e671 100755 --- a/website/open.sh +++ b/website/open.sh @@ -2,4 +2,4 @@ branch="$(git describe --contains --all HEAD)" -xdg-open "https://$branch.g-eip-700-tls-7-1-eip-stephane.corbiere.icing.k8s.gmoker.com" +xdg-open "https://$branch.monorepo.icing.k8s.gmoker.com"