fix: actions syntax error
This commit is contained in:
4
.github/workflows/docker-image-backend.yml
vendored
4
.github/workflows/docker-image-backend.yml
vendored
@@ -3,8 +3,8 @@ name: Create Docker Image for Backend
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
paths:
|
||||
- 'backend/**'
|
||||
paths:
|
||||
- 'backend/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
.github/workflows/docker-image-frontend.yml
vendored
4
.github/workflows/docker-image-frontend.yml
vendored
@@ -3,8 +3,8 @@ name: Create Docker Image for Frontend
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user