feat: restrict actions to modified files
This commit is contained in:
parent
38ef6e4692
commit
ef2c2ca50f
@ -1,7 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
#paths:
|
||||
# - dialer/**
|
||||
paths:
|
||||
- dialer/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -1,7 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
#paths:
|
||||
# - website/**
|
||||
paths:
|
||||
- website/**
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user