We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a49c00 commit 32dce1dCopy full SHA for 32dce1d
.github/workflows/CI.yml
@@ -7,6 +7,7 @@ on:
7
- "examples/**"
8
- "gdk4/**"
9
- "gdk4-wayland/**"
10
+ - "gdk4-win32/**"
11
- "gdk4-x11/**"
12
- "gsk4/**"
13
- "gtk4/**"
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
23
24
@@ -148,6 +150,7 @@ jobs:
148
150
- { name: "gsk4", is_macros_crate: false }
149
151
- { name: "gdk4-x11", is_macros_crate: false }
152
- { name: "gdk4-wayland", is_macros_crate: false }
153
+ - { name: "gdk4-win32", is_macros_crate: false }
154
- { name: "gtk4-macros", is_macros_crate: true }
155
steps:
156
- uses: actions/checkout@v2
0 commit comments