diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e014f..1e5e5b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,18 @@ -name: Run PyTorch IR Tests +name: CI on: pull_request: branches: [ main ] + paths-ignore: + - '**.md' + - 'public/**' push: branches: [ main ] + paths-ignore: + - '**.md' + - 'public/**' + schedule: + - cron: '0 0 * * *' jobs: test: diff --git a/README.md b/README.md index 84ff7d5..8548d63 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PyTorch IR Explorer +[![Nightly](https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MrSidims/PytorchExplorer/actions?query=workflow%3ACI+event%3Aschedule) + An interactive web-based tool for exploring intermediate representations (IRs) of PyTorch and Triton models. Designed to help developers, researchers, and students visualize and understand compilation pipelines by tracing models through various IR stages and transformations.