mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
fix: actions syntax error
This commit is contained in:
parent
d902aae03f
commit
ce6568d2b8
2 changed files with 4 additions and 4 deletions
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue