Run CI on pushes and PRs to all branches (#4395)

This helps testing on forks before opening a PR to the main repo.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss 2021-01-05 11:56:32 +01:00 committed by GitHub
parent 2faafa4cfc
commit 5962562e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,6 @@
name: JerryScript CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
env:
RUNNER: tools/run-tests.py
@ -154,4 +150,3 @@ jobs:
run: sudo apt-get install gcc-multilib
- name: UBSAN - jerry-tests
run: $RUNNER --jerry-tests $SKIP_LIST $BUILD_OPTIONS -q