Skip to content

Commit 47c3bd1

Browse files
committed
add manual CI trigger
1 parent 30910b4 commit 47c3bd1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integration-tests-azure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Integration tests on Azure
33
on: # yamllint disable-line rule:truthy
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/integration-tests-sqlserver.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Integration tests on SQL Server
33
on: # yamllint disable-line rule:truthy
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Unit tests
33
on: # yamllint disable-line rule:truthy
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

0 commit comments

Comments
 (0)