Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jun 25, 2024
1 parent db53982 commit f6c04d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy
on:
push:
branches:
- source
- retry

jobs:
build:
Expand Down Expand Up @@ -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]"
Expand Down

0 comments on commit f6c04d8

Please sign in to comment.