Skip to content

Commit debfaf5

Browse files
authored
Merge pull request #52 from Xilinx/matthias.build_main_branch
.github/workflows/mlir-tests.yml: Build main branches to populate ccache
2 parents 8cde0d9 + 5930cb9 commit debfaf5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/mlir-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- 'mlir/**'
1212
- '.github/workflows/mlir-tests.yml'
1313
- '.github/workflows/llvm-project-tests.yml'
14+
# Only builds on push populate the ccache that can be used by PRs
15+
push:
16+
branches: [ main, feature/fused-ops ]
1417

1518
concurrency:
1619
# Skip intermediate builds: always.

0 commit comments

Comments
 (0)