From 53fae08ffc4a2b7cc181c537c520a116cbc00b7a Mon Sep 17 00:00:00 2001 From: Attila Vamos Date: Thu, 23 May 2024 22:32:05 +0100 Subject: [PATCH] Test-3 test-thor.yml Signed-off-by: Attila Vamos --- .github/workflows/test-thor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/test-thor.yml b/.github/workflows/test-thor.yml index 1a8377c92d4..750c510c7aa 100644 --- a/.github/workflows/test-thor.yml +++ b/.github/workflows/test-thor.yml @@ -20,6 +20,19 @@ on: required: false default: 'bison flex build-essential binutils-dev curl lsb-release libcppunit-dev python3-dev default-jdk r-base-dev r-cran-rcpp r-cran-rinside r-cran-inline pkg-config libtool autotools-dev automake git cmake xmlstarlet' push: + + pull_request: + branches: + - "master" + - "candidate-*" + - "!candidate-7.10.*" + - "!candidate-7.8.*" + - "!candidate-7.6.*" + - "!candidate-7.4.*" + - "!candidate-7.2.*" + - "!candidate-7.0.*" + - "!candidate-6.*" + jobs: main: