From f6c04d8a29e6577086b73dafbd9891a294009dfc Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 26 Jun 2024 07:48:39 +0900 Subject: [PATCH] test --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 417813c..c14f637 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy on: push: branches: - - source + - retry jobs: build: @@ -31,7 +31,6 @@ jobs: run: bundle exec middleman build - name: Deploy - if: github.ref == 'refs/heads/source' run: | cd build git config user.name "github-actions[bot]"