feat: restrict actions to modified files
This commit is contained in:
parent
38ef6e4692
commit
ef2c2ca50f
@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#paths:
|
paths:
|
||||||
# - dialer/**
|
- dialer/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#paths:
|
paths:
|
||||||
# - website/**
|
- website/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
branch="$(git describe --contains --all HEAD)"
|
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