Small tweak for GH workflow

This commit is contained in:
SoftFever 2024-07-01 21:32:02 +08:00
parent c762a45676
commit c6205fa806
3 changed files with 28 additions and 8 deletions

View file

@ -1,11 +1,19 @@
name: Check profiles
on:
pull_request:
branches:
- main
paths:
- 'resources/profiles/**'
- ".github/workflows/check_profiles.yml"
pull_request:
branches:
- main
paths:
- 'resources/profiles/**'
- ".github/workflows/check_profiles.yml"
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
jobs:
check_translation: