Commit 58701184 by Francisco Giordano

transpile in CI only for pull requests

parent 837cdf98
...@@ -24,5 +24,5 @@ jobs: ...@@ -24,5 +24,5 @@ jobs:
- run: npm ci - run: npm ci
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/upgrade-safe/transpile.sh - run: bash scripts/upgrade-safe/transpile.sh
if: github.ref != 'refs/heads/master' if: github.event_name == 'pull_request'
- run: npm run test - run: npm run test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment