From 8c7bb92f8aeeae706810c574087aac3f2e0811c1 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 12 Jan 2023 01:15:29 +0100 Subject: [PATCH] As deployment is mostly used on the develop branch and the target repository has become to heavy, only deploy on push on develop --- .github/workflows/deploy_pietervdvn.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index 49ba25f63..b3a86787c 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -1,6 +1,8 @@ name: Deployment on pietervdvn -on: push - +on: + push: + branches: + - develop jobs: build: runs-on: ubuntu-latest