Skip to content

Commit

Permalink
Add air-pollutant-map to dev-deploy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosillanp committed Nov 3, 2023
1 parent 739e68d commit c159e14
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ui-test-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- 'ui/**'
- 'air-pollutant-map/**'
- '.github/workflows/ui-test-deploy-dev.yml'

env:
Expand All @@ -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' }}
Expand Down

0 comments on commit c159e14

Please sign in to comment.