forked from MapComplete/MapComplete
As deployment is mostly used on the develop branch and the target repository has become to heavy, only deploy on push on develop
This commit is contained in:
parent
5893c04054
commit
8c7bb92f8a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy_pietervdvn.yml
vendored
6
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Deployment on pietervdvn
|
name: Deployment on pietervdvn
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue