feat(ci): generate reports on main branch #187
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ jobs:
|
|||
- run: nix --version
|
||||
- name: Create Size Report
|
||||
uses: https://git.salame.cl/jalil/nix-flake-outputs-size@main
|
||||
with:
|
||||
comment-on-pr: ${{ github.ref_name != 'main' }}
|
||||
generate-artifact: ${{ github.ref_name == 'main' }}
|
||||
|
|
Loading…
Reference in a new issue