We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a97cd commit 6bbf95cCopy full SHA for 6bbf95c
.github/workflows/integration-tests.yml
@@ -2,6 +2,8 @@ name: Integration Tests
2
3
on:
4
push:
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch
6
+ workflow_dispatch:
7
8
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
9
permissions:
0 commit comments