We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d23438 commit ae3c915Copy full SHA for ae3c915
.github/workflows/c-cpp.yml .github/workflows/debian-build.yml
@@ -1,4 +1,4 @@
1
-name: C/C++ CI
+name: Debian Build
2
3
on:
4
push:
.github/workflows/windows-build.yml
@@ -0,0 +1,17 @@
+name: Windows Build
+
+on:
+ push:
5
+# branches: [ $default-branch ]
6
+ pull_request:
7
+ branches: [ $default-branch ]
8
9
+jobs:
10
+ build:
11
12
+ runs-on: windows-latest
13
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - name: build
17
+ run: build
0 commit comments