mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:05:53 +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 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
static_analysis:
|
static_analysis_master:
|
||||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master
|
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
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
|
actions_branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user