forked from MapComplete/MapComplete
Actions: don't run 'deploy-hosted' on single theme builds
This commit is contained in:
parent
924a6d04ae
commit
6b71c7d08d
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
name: Deploy develop on dev.mapcomplete.org
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches-ignore:
|
||||
- build/*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
deploy_on_hosted:
|
||||
|
|
Loading…
Reference in a new issue