Skip to content

Commit f62ca53

Browse files
committed
ignore when pushed to main
1 parent 6efebda commit f62ca53

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/RenderAllDiagrams.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- '**/Material/imgsrc/**/*.puml'
77
- '**/Material/imgsrc/**/*.drawio'
8+
branches-ignore:
9+
- main**
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

.github/workflows/RenderPlantUML.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- '**/Material/imgsrc/**/*.puml'
7+
branches-ignore:
8+
- main**
79

810
# Allows you to run this workflow manually from the Actions tab
911
workflow_dispatch:

0 commit comments

Comments
 (0)