Fix typo in paths
This commit is contained in:
parent
30c26a0240
commit
442d35c5ba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -5,12 +5,12 @@ on:
|
|||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'scr/**'
|
||||
- 'src/**'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'scr/**'
|
||||
- 'src/**'
|
||||
|
||||
env:
|
||||
IMAGE_NAME: watchyourlan
|
||||
|
|
|
|||
Loading…
Reference in a new issue