Actions: don't run 'deploy-hosted' on single theme builds

This commit is contained in:
Pieter Vander Vennet 2024-12-14 21:29:06 +01:00
parent 924a6d04ae
commit 6b71c7d08d

View file

@ -1,7 +1,9 @@
name: Deploy develop on dev.mapcomplete.org name: Deploy develop on dev.mapcomplete.org
on: on:
- push push:
- pull_request branches-ignore:
- build/*
pull_request:
jobs: jobs:
deploy_on_hosted: deploy_on_hosted:
@ -15,7 +17,7 @@ jobs:
node-version: "20" node-version: "20"
cache: "npm" cache: "npm"
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- name: install deps - name: install deps
run: npm ci run: npm ci
shell: bash shell: bash