From c159e14310f8fc98dbe0f447f8c1f32147613ee0 Mon Sep 17 00:00:00 2001 From: mirkosillanp <97899714+mirkosillanp@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:37:07 +0200 Subject: [PATCH] Add air-pollutant-map to dev-deploy paths --- .github/workflows/ui-test-deploy-dev.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ui-test-deploy-dev.yml b/.github/workflows/ui-test-deploy-dev.yml index a8eee6b..ec7f4e8 100644 --- a/.github/workflows/ui-test-deploy-dev.yml +++ b/.github/workflows/ui-test-deploy-dev.yml @@ -9,6 +9,7 @@ on: - main paths: - 'ui/**' + - 'air-pollutant-map/**' - '.github/workflows/ui-test-deploy-dev.yml' env: @@ -17,15 +18,6 @@ env: NODE_VERSION: '14.x' jobs: - debug_github_ref: - name: Debug GitHub ref - runs-on: ubuntu-latest - steps: - - name: GitHub ref - run: | - echo "GITHUB_REF: $GITHUB_REF" - echo "github.ref: ${{ github.ref }}" - test: name: Cypress tests (UI) if: ${{ github.ref != 'refs/heads/dev' && github.ref != 'refs/heads/main' }}