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:
@@ -1,10 +1,6 @@
|
|||||||
name: JerryScript CI
|
name: JerryScript CI
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER: tools/run-tests.py
|
RUNNER: tools/run-tests.py
|
||||||
@@ -154,4 +150,3 @@ jobs:
|
|||||||
run: sudo apt-get install gcc-multilib
|
run: sudo apt-get install gcc-multilib
|
||||||
- name: UBSAN - jerry-tests
|
- name: UBSAN - jerry-tests
|
||||||
run: $RUNNER --jerry-tests $SKIP_LIST $BUILD_OPTIONS -q
|
run: $RUNNER --jerry-tests $SKIP_LIST $BUILD_OPTIONS -q
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user