We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1950560 commit c34c66aCopy full SHA for c34c66a
.github/workflows/Tests_Linux.yml
@@ -1,6 +1,10 @@
1
name: C2Core Tests (Linux)
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ workflow_dispatch:
8
9
jobs:
10
test-linux:
.github/workflows/Tests_Windows.yml
@@ -1,7 +1,11 @@
name: C2Core Tests (Windows)
-
+
test-windows:
11
runs-on: windows-latest
0 commit comments