mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
2faafa4cfc
commit
5962562e2d
7
.github/workflows/gh-actions.yml
vendored
7
.github/workflows/gh-actions.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user