From 97636b165ea9cf0d400d10715547dd7656154fdf Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 15 Feb 2024 11:03:55 -0500 Subject: [PATCH] [latest]: temporary commit to test something Signed-off-by: Marc Dumais --- .github/workflows/ci-cd.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ece2c38..8d40e34 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -13,6 +13,17 @@ on: - published jobs: + + test: + if: github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[latest]:') + runs-on: ubuntu-latest + steps: + - name: quick test + shell: bash + run: | + echo "It worked!" + + build: runs-on: ${{ matrix.os }}