[Bazel] Allow workflow_dispatch manual trigger on bazel workflow (#1203)

At the moment we don't gate torch-mlir PRs with bazel builds. This means bazel builds don't get run on open PRs, and so there's no good way to validate a fix PR which is meant to fix a broken bazel build. This option allows a bazel build to be manually triggered as needed on open PRs.
pull/1206/head
Sambhav Jain 2022-08-09 13:28:21 -07:00 committed by GitHub
parent b696362b7d
commit d41c7becf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
build: