We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efebda commit f62ca53Copy full SHA for f62ca53
.github/workflows/RenderAllDiagrams.yml
@@ -5,6 +5,8 @@ on:
5
paths:
6
- '**/Material/imgsrc/**/*.puml'
7
- '**/Material/imgsrc/**/*.drawio'
8
+ branches-ignore:
9
+ - main**
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
.github/workflows/RenderPlantUML.yml
@@ -4,6 +4,8 @@ on:
4
push:
0 commit comments