mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
paths:
|
paths:
|
||||||
- 'backend/**'
|
- 'backend/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
paths:
|
paths:
|
||||||
- 'frontend/**'
|
- 'frontend/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user