From ffb98b5e094563804cad7e2d8f60eb5235f1a128 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sat, 27 Jun 2020 22:04:35 -0400 Subject: [PATCH] Continue testing deploy --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a5b32e..1f30eb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,9 @@ name: Deploy -on: - push: - branches: [ master ] +# on: + # push: + # branches: [ master ] +on: [ push ] jobs: deploy: