From 03c3281029ea93042d776c04497ccda8146e6201 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sat, 27 Jun 2020 22:33:24 -0400 Subject: [PATCH] Deploy on master only --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e229fc..1ebbae6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,8 @@ name: Deploy -# on: - # push: - # branches: [ master ] -on: [ push ] +on: + push: + branches: [ master ] jobs: build: