Skip to content

Commit 02a7db2

Browse files
author
maxDcb
committed
Maj workflows
1 parent 64a51d3 commit 02a7db2

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/Tests_Linux.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Module Tests (Linux)
22

3-
on:
4-
push:
5-
paths:
6-
- 'modules/**'
7-
- 'thirdParty/**'
8-
- '.github/workflows/Tests_Linux.yml'
9-
pull_request:
10-
paths:
11-
- 'modules/**'
12-
- 'thirdParty/**'
3+
on: workflow_dispatch
134

145
jobs:
156
test-linux:

.github/workflows/Tests_Windows.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Module Tests (Windows)
22

3-
on:
4-
push:
5-
paths:
6-
- 'modules/**'
7-
- 'thirdParty/**'
8-
- '.github/workflows/Tests_Windows.yml'
9-
pull_request:
10-
paths:
11-
- 'modules/**'
12-
- 'thirdParty/**'
3+
on: workflow_dispatch
134

145
jobs:
156
test-windows:

0 commit comments

Comments
 (0)