Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
meronz authored Sep 21, 2024
1 parent c928a82 commit 71682af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run gen-schemas
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: npm run pack
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v4
- run: npm run pack
- uses: actions/upload-artifact@v4
with:
name: dist zip
path: dist.zip

0 comments on commit 71682af

Please sign in to comment.