From 56f73eb82477d0c1cbe40105d7155d4c50b7a3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Mon, 25 Nov 2024 20:03:48 +0100 Subject: [PATCH] Run static analysis on dev branch --- .github/workflows/static_analysis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index badbd968b8..8b2cb518c8 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -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