From 7b1367c6a0516a044f8c0cf19521d6c0f2b51feb Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 11 Sep 2019 21:13:28 -0400 Subject: [PATCH] Switch to only deploying when pushing to develop/master Hopefully this still allows the release trigger to work, but this is relying on undocumented behaviour that nobody else appears to have tried. --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f18cf40..8b4f5209 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,10 +1,10 @@ name: Package Deployment on: - push: ~ - # branches: - # - develop - # - master + push: + branches: + - develop + - master release: ~ jobs: