1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 15:30:40 +02:00

fix: actions syntax error

This commit is contained in:
Elias Schneider 2022-10-10 22:32:18 +02:00
parent d902aae03f
commit ce6568d2b8
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: