mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-18 02:12:18 -07:00
Small tweak for GH workflow
This commit is contained in:
parent
c762a45676
commit
c6205fa806
3 changed files with 28 additions and 8 deletions
20
.github/workflows/check_profiles.yml
vendored
20
.github/workflows/check_profiles.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue