feat: restrict actions to modified files

This commit is contained in:
ange 2025-02-02 01:32:04 +00:00
parent 38ef6e4692
commit ef2c2ca50f
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
on:
push:
#paths:
# - dialer/**
paths:
- dialer/**
jobs:
build:

View File

@ -1,7 +1,7 @@
on:
push:
#paths:
# - website/**
paths:
- website/**
jobs:
deploy:

View File

@ -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"