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:
Pieter Vander Vennet 2023-01-12 01:15:29 +01:00
parent 5893c04054
commit 8c7bb92f8a

View file

@ -1,6 +1,8 @@
name: Deployment on pietervdvn
on: push
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest