From 5962562e2dd1528472e6bea38e354b6ea73f559d Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Tue, 5 Jan 2021 11:56:32 +0100 Subject: [PATCH] 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 --- .github/workflows/gh-actions.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 69d17468b..2dad58597 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -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 -