Restrict docker build paths, run build on main
This commit is contained in:
parent
0abfd7960c
commit
014953f30a
|
@ -2,7 +2,10 @@ name: Publish Docker Image to GCR
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
branches: [dev,main]
|
||||
paths: ['client/**',
|
||||
'keeper/**',
|
||||
'liquidator/**']
|
||||
workflow_call:
|
||||
secrets:
|
||||
GCR_PROJECT:
|
||||
|
|
Loading…
Reference in New Issue