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 97c25bd commit 49ab722
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

permissions:
contents: write
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:
run: bundle exec middleman build

- name: Deploy
if: github.ref == 'refs/heads/source'
run: |
cd build
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 49ab722

Please sign in to comment.