Skip to content

Commit b696f26

Browse files
committed
Added push trigger
1 parent ee60715 commit b696f26

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/images-windows-ltsc2019.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: images-windows-ltsc2019
22

33
on:
4+
push:
5+
branches:
6+
- "2e"
7+
paths:
8+
- ".github/workflows/images-windows-ltsc2019.yaml"
49
workflow_dispatch:
510
inputs:
611
filter:

.github/workflows/images-windows-ltsc2022.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: images-windows-ltsc2022
22

33
on:
4+
push:
5+
branches:
6+
- "2e"
7+
paths:
8+
- ".github/workflows/images-windows-ltsc2022.yaml"
49
workflow_dispatch:
510
inputs:
611
filter:

.github/workflows/images-windows-ltsc2025.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: images-windows-ltsc2025
22

33
on:
4+
push:
5+
branches:
6+
- "2e"
7+
paths:
8+
- ".github/workflows/images-windows-ltsc2025.yaml"
49
workflow_dispatch:
510
inputs:
611
filter:

0 commit comments

Comments
 (0)