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