From 99c3903658f2080b76a400f8ef219b4598244ed9 Mon Sep 17 00:00:00 2001 From: Alexander Mock Date: Wed, 22 Nov 2023 21:51:56 +0100 Subject: [PATCH] added print test --- .github/workflows/core-ubu20.yml | 4 ++-- .github/workflows/core-ubu22.yml | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/core-ubu20.yml b/.github/workflows/core-ubu20.yml index d5f26d1..652942b 100644 --- a/.github/workflows/core-ubu20.yml +++ b/.github/workflows/core-ubu20.yml @@ -2,10 +2,10 @@ name: core-ubu20 on: push: branches: - - 'feature/ci' + - 'no' pull_request: branches: - - 'feature/ci' + - 'no' workflow_dispatch: branches: - '*' diff --git a/.github/workflows/core-ubu22.yml b/.github/workflows/core-ubu22.yml index 5540260..10e3f48 100644 --- a/.github/workflows/core-ubu22.yml +++ b/.github/workflows/core-ubu22.yml @@ -2,10 +2,10 @@ name: core-ubu22 on: push: branches: - - 'feature/ci' + - 'no' pull_request: branches: - - 'feature/ci' + - 'no' workflow_dispatch: branches: - '*' @@ -13,6 +13,9 @@ jobs: build: runs-on: ubuntu-22.04 steps: + - name: Echo Test + run: | + echo "Hello World" - uses: actions/checkout@v3 - name: Install APT Deps run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev