fix ci triggers

This commit is contained in:
2024-03-11 19:50:57 +01:00
parent 4bc365c4a2
commit a230886c40
4 changed files with 12 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
docker:
name: Build and Push Backend image to Docker Hub
name: Build and Push Auth-service image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Set up QEMU

View File

@@ -3,7 +3,10 @@ on:
push:
paths:
- "auth-service/**"
pull_request:
paths:
- "auth-service/**"
jobs:
lint:
uses: ./.github/workflows/go_lint.yml

View File

@@ -3,7 +3,9 @@ on:
push:
paths:
- "backend/**"
pull_request:
paths:
- "backend/**"
jobs:
lint:
uses: ./.github/workflows/go_lint.yml

View File

@@ -3,7 +3,10 @@ on:
push:
paths:
- "frontend/**"
pull_request:
paths:
- "frontend/**"
jobs:
lint:
uses: ./.github/workflows/svelte_lint.yml