add workflow_dispatch for manual testing

This commit is contained in:
Anish Mukherjee 2022-12-19 16:40:02 +05:30
parent 78db9f4ae9
commit 4fbc8c4d02

View file

@ -1,6 +1,7 @@
name: Integration Test
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]