From 4a7031992bd0fcc2c37d820edfca4f0e7f6adbb8 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 28 Jan 2022 11:25:27 +0900 Subject: [PATCH] fixed `on` --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e404570..4780058 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,8 @@ name: Deploy on: push: - - master + branches: + - master jobs: build_and_deploy: