Skip to content

Commit c34c66a

Browse files
committed
Minor
1 parent 1950560 commit c34c66a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/Tests_Linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: C2Core Tests (Linux)
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
- master
7+
workflow_dispatch:
48

59
jobs:
610
test-linux:

.github/workflows/Tests_Windows.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: C2Core Tests (Windows)
22

3-
on: workflow_dispatch
4-
3+
on:
4+
push:
5+
branches:
6+
- master
7+
workflow_dispatch:
8+
59
jobs:
610
test-windows:
711
runs-on: windows-latest

0 commit comments

Comments
 (0)