mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 19:25:59 +08:00
Run static analysis on dev branch
This commit is contained in:
parent
c70cb1ac15
commit
56f73eb824
9
.github/workflows/static_analysis.yml
vendored
9
.github/workflows/static_analysis.yml
vendored
@ -6,8 +6,15 @@ on:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
static_analysis:
|
||||
static_analysis_master:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
branch: master
|
||||
actions_branch: master
|
||||
static_analysis_dev:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
branch: ms_dev
|
||||
actions_branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user