mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
fix ci triggers
This commit is contained in:
2
.github/workflows/auth-service-cd.yml
vendored
2
.github/workflows/auth-service-cd.yml
vendored
@@ -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
|
||||
|
5
.github/workflows/auth-service-ci.yml
vendored
5
.github/workflows/auth-service-ci.yml
vendored
@@ -3,7 +3,10 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "auth-service/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "auth-service/**"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/go_lint.yml
|
||||
|
4
.github/workflows/backend-ci.yml
vendored
4
.github/workflows/backend-ci.yml
vendored
@@ -3,7 +3,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "backend/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "backend/**"
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/go_lint.yml
|
||||
|
5
.github/workflows/frontend-ci.yml
vendored
5
.github/workflows/frontend-ci.yml
vendored
@@ -3,7 +3,10 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "frontend/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "frontend/**"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/svelte_lint.yml
|
||||
|
Reference in New Issue
Block a user