We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e210c33 commit 7df4c1aCopy full SHA for 7df4c1a
.github/workflows/copy-pr-bot.yaml renamed to .github/copy-pr-bot.yaml
.github/workflows/mlir-tensorrt-build-test.yml
@@ -5,14 +5,10 @@ on:
5
pull_request:
6
push:
7
branches:
8
- - main
9
- - nightly
10
- - release/*
+ - main
+ - nightly
+ - release/*
11
paths: ["mlir-tensorrt/**"]
12
- tags:
13
- # release tag example: v0.4.2
14
- # release candidate tag example: v0.4.2-rc1
15
- - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16
17
jobs:
18
generate-matrix:
0 commit comments