Skip to content

Commit 6bbf95c

Browse files
committed
chore: allow to trigger integration tests manually
Relate to #13
1 parent f4a97cd commit 6bbf95c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Integration Tests
22

33
on:
44
push:
5+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch
6+
workflow_dispatch:
57

68
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
79
permissions:

0 commit comments

Comments
 (0)