[main]: update action
This commit is contained in:
@@ -3,6 +3,15 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths:
|
||||||
|
- "Dockerfile"
|
||||||
|
- ".dockerignore"
|
||||||
|
- ".Rprofile"
|
||||||
|
- "renv.lock"
|
||||||
|
- "renv/**"
|
||||||
|
- "*.R"
|
||||||
|
- "Data/**"
|
||||||
|
- "www/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user