Build CI - Allow Manual Trigger (#4598)

This commit is contained in:
Shivam Goyal
2022-12-09 12:05:24 +05:30
committed by GitHub Enterprise
parent 7af762095c
commit cff00feaac

View File

@@ -5,6 +5,7 @@ on:
branches: [ master, release-*, development ]
pull_request:
branches: [ master, release-*, development ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}