Skip to content

Commit e836b58

Browse files
committed
CI: cover gdk4-win32
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent 88224d9 commit e836b58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "examples/**"
88
- "gdk4/**"
99
- "gdk4-wayland/**"
10+
- "gdk4-win32/**"
1011
- "gdk4-x11/**"
1112
- "gsk4/**"
1213
- "gtk4/**"
@@ -17,6 +18,7 @@ on:
1718
- "examples/**"
1819
- "gdk4/**"
1920
- "gdk4-wayland/**"
21+
- "gdk4-win32/**"
2022
- "gdk4-x11/**"
2123
- "gsk4/**"
2224
- "gtk4/**"
@@ -148,6 +150,7 @@ jobs:
148150
- { name: "gsk4", is_macros_crate: false }
149151
- { name: "gdk4-x11", is_macros_crate: false }
150152
- { name: "gdk4-wayland", is_macros_crate: false }
153+
- { name: "gdk4-win32", is_macros_crate: false }
151154
- { name: "gtk4-macros", is_macros_crate: true }
152155
steps:
153156
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)