adding workflow dispatch for testing

This commit is contained in:
Akshaj Tiwari
2026-03-06 22:51:19 +05:30
parent fa5ebf19a4
commit e916d573f6
+2 -1
View File
@@ -5,7 +5,8 @@ on:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true