chore: Modifies github workflows.

This commit is contained in:
greysoh 2024-05-10 11:48:30 -04:00
parent 7e80b298a2
commit 07c1f1ca1d
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 5 additions and 3 deletions

4
.github/labeler.yml vendored
View file

@ -5,9 +5,11 @@ modifies ci:
modifies docker: modifies docker:
- '**/Dockerfile' - '**/Dockerfile'
- '**/docker-compose.yml' - '**/docker-compose.yml'
- '**/*.env' - '**/prod-docker.env'
modifies api: modifies api:
- api/**/* - api/**/*
modifies lom:
- lom/**/*
modifies gui: modifies gui:
- gui/**/* - gui/**/*
modifies nix: modifies nix:

View file

@ -1,4 +1,4 @@
name: Labeler name: Label Issues / Pull Requests
on: [pull_request_target] on: [pull_request_target]
jobs: jobs:

View file

@ -1,4 +1,4 @@
name: release name: Release code
on: on:
pull_request: pull_request: