chore: Modifies github workflows.
This commit is contained in:
parent
7e80b298a2
commit
07c1f1ca1d
3 changed files with 5 additions and 3 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
@ -5,9 +5,11 @@ modifies ci:
|
|||
modifies docker:
|
||||
- '**/Dockerfile'
|
||||
- '**/docker-compose.yml'
|
||||
- '**/*.env'
|
||||
- '**/prod-docker.env'
|
||||
modifies api:
|
||||
- api/**/*
|
||||
modifies lom:
|
||||
- lom/**/*
|
||||
modifies gui:
|
||||
- gui/**/*
|
||||
modifies nix:
|
||||
|
|
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Labeler
|
||||
name: Label Issues / Pull Requests
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: release
|
||||
name: Release code
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue