mirror of https://github.com/llvm/torch-mlir
Filter checks to only run on push to main branch. (#372)
Keeps redundent pull request and push workflows from running when pushing to branches in the main repo.pull/371/head snapshot-20211022.37
parent
fe69bb339c
commit
92ae692387
|
@ -1,7 +1,9 @@
|
|||
name: Build and Test
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue