Commit df8df157 by Francisco Giordano

transpile in CI only for pull requests

parent 97277e4c
......@@ -22,5 +22,5 @@ jobs:
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/upgrade-safe/transpile.sh
if: github.ref != 'refs/heads/master'
if: github.event_name == 'pull_request'
- 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