Update paths in GitHub Actions workflow trigger for Docker build
This commit is contained in:
@@ -3,6 +3,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- /Dockerfile
|
||||||
|
- /entrypoint.sh
|
||||||
|
- /.gitea/workflows/build.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user